Shades of Baker's Chocolate #61270F
Tints of Baker's Chocolate #61270F
RGB
CMYK
RGB Variations
Color information
#61270F (or 0x61270F) is known color: Baker's Chocolate. HEX triplet: 61, 27 and 0F. RGB value is (97,39,15). Sum of RGB (Red+Green+Blue) = 97+39+15=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61270F is #9ED8F0. Grayscale: #353535. Windows color (decimal): -10410225 or 993121. OLE color: 993121.
HSL color Cylindrical-coordinate representation of color #61270F: hue angle of 17.56º 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 #61270F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 39 | 15 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.62 |
| HSL | 17.56º | 0.73% | 0.22% | - |
| HSV(B) | 17.56º | 0.85% | 0.38% | - |
| XYZ | 5.74 | 4.03 | 0.93 | - |
| YUV | 53.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 39 | 15 | 0 | 0.60 | 0.85 | 0.62 | 17.56 | 0.73 | 0.22 |
| Hex | 61 | 27 | F | 0 | 3C | 55 | 3E | 12 | 49 | 16 |
| Octal | 141 | 47 | 17 | 0 | 74 | 125 | 76 | 22 | 111 | 26 |
| Binary | 1100001 | 100111 | 1111 | 0 | 111100 | 1010101 | 111110 | 10010 | 1001001 | 10110 |
Color Harmonies of #61270F
Complementary color
Monochromatic Colors of #61270F
Black with #61270F
Text Example
Text Example
White with #61270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61270F; }
p { color: rgb(97,39,15); }
H1.HeaderClassName
{
color: #61270F;
}
.AnyTagClassName
{
color: #61270F;
}
</style>
background-color css
<style>
a { background-color: #61270F; }
a { background-color: rgb(97,39,15); }
div.DivClassName
{
background-color: #61270F;
}
.BgClassName
{
background-color: #61270F;
}
</style>
border-color css
<style>
span { border-color: #61270F; }
span { border-color: rgb(97,39,15); }
td.TdClassName
{
border-color: #61270F;
}
.TagClassName
{
border-color: #61270F;
}
</style>