#603B04

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

Shades of Baker's Chocolate #603B04

Tints of Baker's Chocolate #603B04

Color information

#603B04 (or 0x603B04) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3B and 04. RGB value is (96,59,4). Sum of RGB (Red+Green+Blue) = 96+59+4=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #603B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B04 is #9FC4FB. Grayscale: #404040. Windows color (decimal): -10470652 or 277344. OLE color: 277344.

HSL color Cylindrical-coordinate representation of color #603B04: hue angle of 35.87º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #603B04 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB96594-
CMYK00.390.960.62
HSL35.87º92%19.61%-
HSV(B)35.87º95.83%37.65%-
XYZ6.415.620.86-
YUV63.7994.26150.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 4 (1.95% from 255) = 2.52%
R=60.38%
G=37.11%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9659400.390.960.6235.879219.61
Hex603B4027603E245c14
Octal140734047140764413424
Binary110000011101110001001111100000111110100100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603B04; }

 p { color: rgb(96,59,4); }

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

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

 a { background-color: rgb(96,59,4); }

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

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

 span { border-color: rgb(96,59,4); }

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