#612004

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

Shades of Baker's Chocolate #612004

Tints of Baker's Chocolate #612004

Color information

#612004 (or 0x612004) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 20 and 04. RGB value is (97,32,4). Sum of RGB (Red+Green+Blue) = 97+32+4=133 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.93% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 97 - color contains mainly: red. Hex color #612004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612004 is #9EDFFB. Grayscale: #303030. Windows color (decimal): -10412028 or 270433. OLE color: 270433.

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

Color convert

RGB97324-
CMYK00.670.960.62
HSL18.06º92.08%19.8%-
HSV(B)18.06º95.88%38.04%-
XYZ5.473.580.52-
YUV48.24103.03162.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.93%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=72.93%
G=24.06%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9732400.670.960.6218.0692.0819.8
Hex61204043603E125c14
Octal1414040103140762213424
Binary110000110000010001000011110000011111010010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612004; }

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

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

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

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

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

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

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

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