#603B18

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

Shades of Baker's Chocolate #603B18

Tints of Baker's Chocolate #603B18

Color information

#603B18 (or 0x603B18) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 3B and 18. RGB value is (96,59,24). Sum of RGB (Red+Green+Blue) = 96+59+24=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B18 is #9FC4E7. Grayscale: #424242. Windows color (decimal): -10470632 or 1588064. OLE color: 1588064.

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

Color convert

RGB965924-
CMYK00.390.750.62
HSL29.17º60%23.53%-
HSV(B)29.17º75%37.65%-
XYZ6.555.681.62-
YUV66.07104.26149.35-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 59 (23.44% from 255) = 32.96%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=53.63%
G=32.96%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96592400.390.750.6229.176023.53
Hex603B180274B3E1d3c18
Octal140733004711376357430
Binary110000011101111000010011110010111111101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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