#602912

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

Shades of Baker's Chocolate #602912

Tints of Baker's Chocolate #602912

Color information

#602912 (or 0x602912) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 29 and 12. RGB value is (96,41,18). Sum of RGB (Red+Green+Blue) = 96+41+18=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #602912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602912 is #9FD6ED. Grayscale: #363636. Windows color (decimal): -10475246 or 1190240. OLE color: 1190240.

HSL color Cylindrical-coordinate representation of color #602912: hue angle of 17.69º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602912 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB964118-
CMYK00.570.810.62
HSL17.69º68.42%22.35%-
HSV(B)17.69º81.25%37.65%-
XYZ5.734.121.07-
YUV54.82107.22157.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=61.94%
G=26.45%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96411800.570.810.6217.6968.4222.35
Hex602912039513E124416
Octal1405122071121762210426
Binary1100000101001100100111001101000111111010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602912; }

 p { color: rgb(96,41,18); }

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

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

 a { background-color: rgb(96,41,18); }

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

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

 span { border-color: rgb(96,41,18); }

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