#612A09

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

Shades of Baker's Chocolate #612A09

Tints of Baker's Chocolate #612A09

Color information

#612A09 (or 0x612A09) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 09. RGB value is (97,42,9). Sum of RGB (Red+Green+Blue) = 97+42+9=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #612A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A09 is #9ED5F6. Grayscale: #363636. Windows color (decimal): -10409463 or 600673. OLE color: 600673.

HSL color Cylindrical-coordinate representation of color #612A09: hue angle of 22.5º 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 #612A09 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB97429-
CMYK00.570.910.62
HSL22.5º83.02%20.78%-
HSV(B)22.5º90.72%38.04%-
XYZ5.814.220.77-
YUV54.68102.22158.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 42 (16.80% from 255) = 28.38%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=65.54%
G=28.38%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9742900.570.910.6222.583.0220.78
Hex612A90395B3E165315
Octal1415211071133762612325
Binary110000110101010010111001101101111111010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612A09; }

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

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

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

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

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

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

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

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