Shades of Baker's Chocolate #612E08
Tints of Baker's Chocolate #612E08
RGB
CMYK
RGB Variations
Color information
#612E08 (or 0x612E08) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 08. RGB value is (97,46,8). Sum of RGB (Red+Green+Blue) = 97+46+8=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 8 (3.52% from 255 or 5.30% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #612E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E08 is #9ED1F7. Grayscale: #393939. Windows color (decimal): -10408440 or 536161. OLE color: 536161.
HSL color Cylindrical-coordinate representation of color #612E08: hue angle of 25.62º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #612E08 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 46 | 8 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.62 |
| HSL | 25.62º | 0.85% | 0.21% | - |
| HSV(B) | 25.62º | 0.92% | 0.38% | - |
| XYZ | 5.95 | 4.51 | 0.79 | - |
| YUV | 56.92 | 100.4 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 8 | 0 | 0.53 | 0.92 | 0.62 | 25.62 | 0.85 | 0.21 |
| Hex | 61 | 2E | 8 | 0 | 35 | 5C | 3E | 1A | 55 | 15 |
| Octal | 141 | 56 | 10 | 0 | 65 | 134 | 76 | 32 | 125 | 25 |
| Binary | 1100001 | 101110 | 1000 | 0 | 110101 | 1011100 | 111110 | 11010 | 1010101 | 10101 |
Color Harmonies of #612E08
Complementary color
Monochromatic Colors of #612E08
Black with #612E08
Text Example
Text Example
White with #612E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E08; }
p { color: rgb(97,46,8); }
H1.HeaderClassName
{
color: #612E08;
}
.AnyTagClassName
{
color: #612E08;
}
</style>
background-color css
<style>
a { background-color: #612E08; }
a { background-color: rgb(97,46,8); }
div.DivClassName
{
background-color: #612E08;
}
.BgClassName
{
background-color: #612E08;
}
</style>
border-color css
<style>
span { border-color: #612E08; }
span { border-color: rgb(97,46,8); }
td.TdClassName
{
border-color: #612E08;
}
.TagClassName
{
border-color: #612E08;
}
</style>