Shades of Baker's Chocolate #612A02
Tints of Baker's Chocolate #612A02
RGB
CMYK
RGB Variations
Color information
#612A02 (or 0x612A02) is known color: Baker's Chocolate. HEX triplet: 61, 2A and 02. RGB value is (97,42,2). Sum of RGB (Red+Green+Blue) = 97+42+2=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #612A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A02 is #9ED5FD. Grayscale: #363636. Windows color (decimal): -10409470 or 141921. OLE color: 141921.
HSL color Cylindrical-coordinate representation of color #612A02: hue angle of 25.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #612A02 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 42 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.62 |
| HSL | 25.26º | 0.96% | 0.19% | - |
| HSV(B) | 25.26º | 0.98% | 0.38% | - |
| XYZ | 5.77 | 4.2 | 0.56 | - |
| YUV | 53.89 | 98.72 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 42 | 2 | 0 | 0.57 | 0.98 | 0.62 | 25.26 | 0.96 | 0.19 |
| Hex | 61 | 2A | 2 | 0 | 39 | 62 | 3E | 19 | 60 | 13 |
| Octal | 141 | 52 | 2 | 0 | 71 | 142 | 76 | 31 | 140 | 23 |
| Binary | 1100001 | 101010 | 10 | 0 | 111001 | 1100010 | 111110 | 11001 | 1100000 | 10011 |
Color Harmonies of #612A02
Complementary color
Monochromatic Colors of #612A02
Black with #612A02
Text Example
Text Example
White with #612A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612A02; }
p { color: rgb(97,42,2); }
H1.HeaderClassName
{
color: #612A02;
}
.AnyTagClassName
{
color: #612A02;
}
</style>
background-color css
<style>
a { background-color: #612A02; }
a { background-color: rgb(97,42,2); }
div.DivClassName
{
background-color: #612A02;
}
.BgClassName
{
background-color: #612A02;
}
</style>
border-color css
<style>
span { border-color: #612A02; }
span { border-color: rgb(97,42,2); }
td.TdClassName
{
border-color: #612A02;
}
.TagClassName
{
border-color: #612A02;
}
</style>