Shades of Baker's Chocolate #612808
Tints of Baker's Chocolate #612808
RGB
CMYK
RGB Variations
Color information
#612808 (or 0x612808) is known color: Baker's Chocolate. HEX triplet: 61, 28 and 08. RGB value is (97,40,8). Sum of RGB (Red+Green+Blue) = 97+40+8=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #612808 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612808 is #9ED7F7. Grayscale: #353535. Windows color (decimal): -10409976 or 534625. OLE color: 534625.
HSL color Cylindrical-coordinate representation of color #612808: hue angle of 21.57º 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 #612808 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 40 | 8 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.62 |
| HSL | 21.57º | 0.85% | 0.21% | - |
| HSV(B) | 21.57º | 0.92% | 0.38% | - |
| XYZ | 5.73 | 4.08 | 0.71 | - |
| YUV | 53.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 8 | 0 | 0.59 | 0.92 | 0.62 | 21.57 | 0.85 | 0.21 |
| Hex | 61 | 28 | 8 | 0 | 3B | 5C | 3E | 16 | 55 | 15 |
| Octal | 141 | 50 | 10 | 0 | 73 | 134 | 76 | 26 | 125 | 25 |
| Binary | 1100001 | 101000 | 1000 | 0 | 111011 | 1011100 | 111110 | 10110 | 1010101 | 10101 |
Color Harmonies of #612808
Complementary color
Monochromatic Colors of #612808
Black with #612808
Text Example
Text Example
White with #612808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612808; }
p { color: rgb(97,40,8); }
H1.HeaderClassName
{
color: #612808;
}
.AnyTagClassName
{
color: #612808;
}
</style>
background-color css
<style>
a { background-color: #612808; }
a { background-color: rgb(97,40,8); }
div.DivClassName
{
background-color: #612808;
}
.BgClassName
{
background-color: #612808;
}
</style>
border-color css
<style>
span { border-color: #612808; }
span { border-color: rgb(97,40,8); }
td.TdClassName
{
border-color: #612808;
}
.TagClassName
{
border-color: #612808;
}
</style>