#603612

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

Shades of Baker's Chocolate #603612

Tints of Baker's Chocolate #603612

Color information

#603612 (or 0x603612) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 36 and 12. RGB value is (96,54,18). Sum of RGB (Red+Green+Blue) = 96+54+18=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #603612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603612 is #9FC9ED. Grayscale: #3E3E3E. Windows color (decimal): -10471918 or 1193568. OLE color: 1193568.

HSL color Cylindrical-coordinate representation of color #603612: hue angle of 27.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 #603612 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB965418-
CMYK00.440.810.62
HSL27.69º68.42%22.35%-
HSV(B)27.69º81.25%37.65%-
XYZ6.255.171.24-
YUV62.45102.91151.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 18 (7.42% from 255) = 10.71%
R=57.14%
G=32.14%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96541800.440.810.6227.6968.4222.35
Hex60361202C513E1c4416
Octal1406622054121763410426
Binary1100000110110100100101100101000111111011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603612; }

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

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

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

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

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

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

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

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