#612006

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

Shades of Baker's Chocolate #612006

Tints of Baker's Chocolate #612006

Color information

#612006 (or 0x612006) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 20 and 06. RGB value is (97,32,6). Sum of RGB (Red+Green+Blue) = 97+32+6=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #612006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612006 is #9EDFF9. Grayscale: #303030. Windows color (decimal): -10412026 or 401505. OLE color: 401505.

HSL color Cylindrical-coordinate representation of color #612006: hue angle of 17.14º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #612006 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB97326-
CMYK00.670.940.62
HSL17.14º88.35%20.2%-
HSV(B)17.14º93.81%38.04%-
XYZ5.483.590.58-
YUV48.47104.03162.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 32 (12.89% from 255) = 23.70%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=71.85%
G=23.70%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9732600.670.940.6217.1488.3520.2
Hex612060435E3E115814
Octal1414060103136762113024
Binary110000110000011001000011101111011111010001101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612006; }

 p { color: rgb(97,32,6); }

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

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

 a { background-color: rgb(97,32,6); }

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

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

 span { border-color: rgb(97,32,6); }

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