Shades of Baker's Chocolate #611B02
Tints of Baker's Chocolate #611B02
RGB
CMYK
RGB Variations
Color information
#611B02 (or 0x611B02) is known color: Baker's Chocolate. HEX triplet: 61, 1B and 02. RGB value is (97,27,2). Sum of RGB (Red+Green+Blue) = 97+27+2=126 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.98% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 97 - color contains mainly: red. Hex color #611B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #611B02 is #9EE4FD. Grayscale: #2D2D2D. Windows color (decimal): -10413310 or 138081. OLE color: 138081.
HSL color Cylindrical-coordinate representation of color #611B02: hue angle of 15.79º 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 #611B02 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 27 | 2 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.62 |
| HSL | 15.79º | 0.96% | 0.19% | - |
| HSV(B) | 15.79º | 0.98% | 0.38% | - |
| XYZ | 5.33 | 3.33 | 0.42 | - |
| YUV | 45.08 | 103.69 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 2 | 0 | 0.72 | 0.98 | 0.62 | 15.79 | 0.96 | 0.19 |
| Hex | 61 | 1B | 2 | 0 | 48 | 62 | 3E | 10 | 60 | 13 |
| Octal | 141 | 33 | 2 | 0 | 110 | 142 | 76 | 20 | 140 | 23 |
| Binary | 1100001 | 11011 | 10 | 0 | 1001000 | 1100010 | 111110 | 10000 | 1100000 | 10011 |
Color Harmonies of #611B02
Complementary color
Monochromatic Colors of #611B02
Black with #611B02
Text Example
Text Example
White with #611B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B02; }
p { color: rgb(97,27,2); }
H1.HeaderClassName
{
color: #611B02;
}
.AnyTagClassName
{
color: #611B02;
}
</style>
background-color css
<style>
a { background-color: #611B02; }
a { background-color: rgb(97,27,2); }
div.DivClassName
{
background-color: #611B02;
}
.BgClassName
{
background-color: #611B02;
}
</style>
border-color css
<style>
span { border-color: #611B02; }
span { border-color: rgb(97,27,2); }
td.TdClassName
{
border-color: #611B02;
}
.TagClassName
{
border-color: #611B02;
}
</style>