Shades of Baker's Chocolate #612A07
Tints of Baker's Chocolate #612A07
RGB
CMYK
RGB Variations
Color information
#612A07 (or 0x612A07) is known color: Baker's Chocolate. HEX triplet: 61, 2A and 07. RGB value is (97,42,7). Sum of RGB (Red+Green+Blue) = 97+42+7=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 42 (16.80% from 255 or 28.77% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #612A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A07 is #9ED5F8. Grayscale: #363636. Windows color (decimal): -10409465 or 469601. OLE color: 469601.
HSL color Cylindrical-coordinate representation of color #612A07: hue angle of 23.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #612A07 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 7 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.62 |
| HSL | 23.33º | 0.87% | 0.2% | - |
| HSV(B) | 23.33º | 0.93% | 0.38% | - |
| XYZ | 5.8 | 4.21 | 0.71 | - |
| YUV | 54.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 7 | 0 | 0.57 | 0.93 | 0.62 | 23.33 | 0.87 | 0.2 |
| Hex | 61 | 2A | 7 | 0 | 39 | 5D | 3E | 17 | 57 | 14 |
| Octal | 141 | 52 | 7 | 0 | 71 | 135 | 76 | 27 | 127 | 24 |
| Binary | 1100001 | 101010 | 111 | 0 | 111001 | 1011101 | 111110 | 10111 | 1010111 | 10100 |
Color Harmonies of #612A07
Complementary color
Monochromatic Colors of #612A07
Black with #612A07
Text Example
Text Example
White with #612A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A07; }
p { color: rgb(97,42,7); }
H1.HeaderClassName
{
color: #612A07;
}
.AnyTagClassName
{
color: #612A07;
}
</style>
background-color css
<style>
a { background-color: #612A07; }
a { background-color: rgb(97,42,7); }
div.DivClassName
{
background-color: #612A07;
}
.BgClassName
{
background-color: #612A07;
}
</style>
border-color css
<style>
span { border-color: #612A07; }
span { border-color: rgb(97,42,7); }
td.TdClassName
{
border-color: #612A07;
}
.TagClassName
{
border-color: #612A07;
}
</style>