#612809

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

Shades of Baker's Chocolate #612809

Tints of Baker's Chocolate #612809

Color information

#612809 (or 0x612809) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 09. RGB value is (97,40,9). Sum of RGB (Red+Green+Blue) = 97+40+9=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #612809 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612809 is #9ED7F6. Grayscale: #353535. Windows color (decimal): -10409975 or 600161. OLE color: 600161.

HSL color Cylindrical-coordinate representation of color #612809: hue angle of 21.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #612809 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97409-
CMYK00.590.910.62
HSL21.14º83.02%20.78%-
HSV(B)21.14º90.72%38.04%-
XYZ5.744.080.74-
YUV53.51102.88159.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=66.44%
G=27.40%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9740900.590.910.6221.1483.0220.78
Hex6128903B5B3E155315
Octal1415011073133762512325
Binary110000110100010010111011101101111111010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612809; }

 p { color: rgb(97,40,9); }

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

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

 a { background-color: rgb(97,40,9); }

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

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

 span { border-color: rgb(97,40,9); }

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