Shades of Baker's Chocolate #611F02
Tints of Baker's Chocolate #611F02
RGB
CMYK
RGB Variations
Color information
#611F02 (or 0x611F02) is known color: Baker's Chocolate. HEX triplet: 61, 1F and 02. RGB value is (97,31,2). Sum of RGB (Red+Green+Blue) = 97+31+2=130 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.62% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 97 - color contains mainly: red. Hex color #611F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611F02 is #9EE0FD. Grayscale: #2F2F2F. Windows color (decimal): -10412286 or 139105. OLE color: 139105.
HSL color Cylindrical-coordinate representation of color #611F02: hue angle of 18.32º 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 #611F02 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 31 | 2 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.62 |
| HSL | 18.32º | 0.96% | 0.19% | - |
| HSV(B) | 18.32º | 0.98% | 0.38% | - |
| XYZ | 5.43 | 3.53 | 0.45 | - |
| YUV | 47.43 | 102.37 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 2 | 0 | 0.68 | 0.98 | 0.62 | 18.32 | 0.96 | 0.19 |
| Hex | 61 | 1F | 2 | 0 | 44 | 62 | 3E | 12 | 60 | 13 |
| Octal | 141 | 37 | 2 | 0 | 104 | 142 | 76 | 22 | 140 | 23 |
| Binary | 1100001 | 11111 | 10 | 0 | 1000100 | 1100010 | 111110 | 10010 | 1100000 | 10011 |
Color Harmonies of #611F02
Complementary color
Monochromatic Colors of #611F02
Black with #611F02
Text Example
Text Example
White with #611F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F02; }
p { color: rgb(97,31,2); }
H1.HeaderClassName
{
color: #611F02;
}
.AnyTagClassName
{
color: #611F02;
}
</style>
background-color css
<style>
a { background-color: #611F02; }
a { background-color: rgb(97,31,2); }
div.DivClassName
{
background-color: #611F02;
}
.BgClassName
{
background-color: #611F02;
}
</style>
border-color css
<style>
span { border-color: #611F02; }
span { border-color: rgb(97,31,2); }
td.TdClassName
{
border-color: #611F02;
}
.TagClassName
{
border-color: #611F02;
}
</style>