#603303

Color #603303 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #603303

Tints of Baker's Chocolate #603303

Color information

#603303 (or 0x603303) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 33 and 03. RGB value is (96,51,3). Sum of RGB (Red+Green+Blue) = 96+51+3=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #603303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603303 is #9FCCFC. Grayscale: #3B3B3B. Windows color (decimal): -10472701 or 209760. OLE color: 209760.

HSL color Cylindrical-coordinate representation of color #603303: hue angle of 30.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #603303 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB96513-
CMYK00.470.970.62
HSL30.97º93.94%19.41%-
HSV(B)30.97º96.88%37.65%-
XYZ6.024.860.71-
YUV58.9896.41154.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 3 (1.56% from 255) = 2%
R=64%
G=34%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9651300.470.970.6230.9793.9419.41
Hex6033302F613E1f5e13
Octal140633057141763713623
Binary1100000110011110101111110000111111011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603303; }

 p { color: rgb(96,51,3); }

 H1.HeaderClassName
 {
   color: #603303;
 }
 .AnyTagClassName
 {
   color: #603303;
 }
</style>
background-color css

<style>
 a { background-color: #603303; }

 a { background-color: rgb(96,51,3); }

 div.DivClassName
 {
   background-color: #603303;
 }
 .BgClassName
 {
   background-color: #603303;
 }
</style>
border-color css

<style>
 span { border-color: #603303; }

 span { border-color: rgb(96,51,3); }

 td.TdClassName
 {
   border-color: #603303;
 }
 .TagClassName
 {
   border-color: #603303;
 }
</style>