Shades of Baker's Chocolate #61360F
Tints of Baker's Chocolate #61360F
RGB
CMYK
RGB Variations
Color information
#61360F (or 0x61360F) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 0F. RGB value is (97,54,15). Sum of RGB (Red+Green+Blue) = 97+54+15=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61360F is #9EC9F0. Grayscale: #3E3E3E. Windows color (decimal): -10406385 or 996961. OLE color: 996961.
HSL color Cylindrical-coordinate representation of color #61360F: hue angle of 28.54º 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 #61360F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 54 | 15 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.62 |
| HSL | 28.54º | 0.73% | 0.22% | - |
| HSV(B) | 28.54º | 0.85% | 0.38% | - |
| XYZ | 6.34 | 5.21 | 1.12 | - |
| YUV | 62.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 15 | 0 | 0.44 | 0.85 | 0.62 | 28.54 | 0.73 | 0.22 |
| Hex | 61 | 36 | F | 0 | 2C | 55 | 3E | 1D | 49 | 16 |
| Octal | 141 | 66 | 17 | 0 | 54 | 125 | 76 | 35 | 111 | 26 |
| Binary | 1100001 | 110110 | 1111 | 0 | 101100 | 1010101 | 111110 | 11101 | 1001001 | 10110 |
Color Harmonies of #61360F
Complementary color
Monochromatic Colors of #61360F
Black with #61360F
Text Example
Text Example
White with #61360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61360F; }
p { color: rgb(97,54,15); }
H1.HeaderClassName
{
color: #61360F;
}
.AnyTagClassName
{
color: #61360F;
}
</style>
background-color css
<style>
a { background-color: #61360F; }
a { background-color: rgb(97,54,15); }
div.DivClassName
{
background-color: #61360F;
}
.BgClassName
{
background-color: #61360F;
}
</style>
border-color css
<style>
span { border-color: #61360F; }
span { border-color: rgb(97,54,15); }
td.TdClassName
{
border-color: #61360F;
}
.TagClassName
{
border-color: #61360F;
}
</style>