#603912

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

Shades of Baker's Chocolate #603912

Tints of Baker's Chocolate #603912

Color information

#603912 (or 0x603912) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 39 and 12. RGB value is (96,57,18). Sum of RGB (Red+Green+Blue) = 96+57+18=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 18 (7.42% from 255 or 10.53% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603912 is #9FC6ED. Grayscale: #404040. Windows color (decimal): -10471150 or 1194336. OLE color: 1194336.

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

Color convert

RGB965718-
CMYK00.410.810.62
HSL30º68.42%22.35%-
HSV(B)30º81.25%37.65%-
XYZ6.45.461.29-
YUV64.22101.92150.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 56.14%
GREEN value IS 57 (22.66% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 10.53%
R=56.14%
G=33.33%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96571800.410.810.623068.4222.35
Hex603912029513E1e4416
Octal1407122051121763610426
Binary1100000111001100100101001101000111111011110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603912; }

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

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

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

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

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

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

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

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