#603212

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

Shades of Baker's Chocolate #603212

Tints of Baker's Chocolate #603212

Color information

#603212 (or 0x603212) is unknown color: approx Baker's Chocolate. HEX triplet: 60, 32 and 12. RGB value is (96,50,18). Sum of RGB (Red+Green+Blue) = 96+50+18=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603212 is #9FCDED. Grayscale: #3C3C3C. Windows color (decimal): -10472942 or 1192544. OLE color: 1192544.

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

Color convert

RGB965018-
CMYK00.480.810.62
HSL24.62º68.42%22.35%-
HSV(B)24.62º81.25%37.65%-
XYZ6.074.811.18-
YUV60.11104.24153.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 18 (7.42% from 255) = 10.98%
R=58.54%
G=30.49%
B=10.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96501800.480.810.6224.6268.4222.35
Hex603212030513E194416
Octal1406222060121763110426
Binary1100000110010100100110000101000111111011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603212; }

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

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

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

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

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

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

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

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