Shades of Baker's Chocolate #612D0F
Tints of Baker's Chocolate #612D0F
RGB
CMYK
RGB Variations
Color information
#612D0F (or 0x612D0F) is known color: Baker's Chocolate. HEX triplet: 61, 2D and 0F. RGB value is (97,45,15). Sum of RGB (Red+Green+Blue) = 97+45+15=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #612D0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D0F is #9ED2F0. Grayscale: #393939. Windows color (decimal): -10408689 or 994657. OLE color: 994657.
HSL color Cylindrical-coordinate representation of color #612D0F: hue angle of 21.95º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #612D0F is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 45 | 15 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.62 |
| HSL | 21.95º | 0.73% | 0.22% | - |
| HSV(B) | 21.95º | 0.85% | 0.38% | - |
| XYZ | 5.95 | 4.45 | 1 | - |
| YUV | 57.13 | 104.23 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 15 | 0 | 0.54 | 0.85 | 0.62 | 21.95 | 0.73 | 0.22 |
| Hex | 61 | 2D | F | 0 | 36 | 55 | 3E | 16 | 49 | 16 |
| Octal | 141 | 55 | 17 | 0 | 66 | 125 | 76 | 26 | 111 | 26 |
| Binary | 1100001 | 101101 | 1111 | 0 | 110110 | 1010101 | 111110 | 10110 | 1001001 | 10110 |
Color Harmonies of #612D0F
Complementary color
Monochromatic Colors of #612D0F
Black with #612D0F
Text Example
Text Example
White with #612D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D0F; }
p { color: rgb(97,45,15); }
H1.HeaderClassName
{
color: #612D0F;
}
.AnyTagClassName
{
color: #612D0F;
}
</style>
background-color css
<style>
a { background-color: #612D0F; }
a { background-color: rgb(97,45,15); }
div.DivClassName
{
background-color: #612D0F;
}
.BgClassName
{
background-color: #612D0F;
}
</style>
border-color css
<style>
span { border-color: #612D0F; }
span { border-color: rgb(97,45,15); }
td.TdClassName
{
border-color: #612D0F;
}
.TagClassName
{
border-color: #612D0F;
}
</style>