#603712

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

Shades of Baker's Chocolate #603712

Tints of Baker's Chocolate #603712

Color information

#603712 (or 0x603712) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 37 and 12. RGB value is (96,55,18). Sum of RGB (Red+Green+Blue) = 96+55+18=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603712 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603712 is #9FC8ED. Grayscale: #3F3F3F. Windows color (decimal): -10471662 or 1193824. OLE color: 1193824.

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

Color convert

RGB965518-
CMYK00.430.810.62
HSL28.46º68.42%22.35%-
HSV(B)28.46º81.25%37.65%-
XYZ6.35.261.26-
YUV63.04102.58151.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.80%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 18 (7.42% from 255) = 10.65%
R=56.80%
G=32.54%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96551800.430.810.6228.4668.4222.35
Hex60371202B513E1c4416
Octal1406722053121763410426
Binary1100000110111100100101011101000111111011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603712; }

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

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

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

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

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

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

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

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