Shades of Baker's Chocolate #61330C
Tints of Baker's Chocolate #61330C
RGB
CMYK
RGB Variations
Color information
#61330C (or 0x61330C) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 0C. RGB value is (97,51,12). Sum of RGB (Red+Green+Blue) = 97+51+12=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61330C is #9ECCF3. Grayscale: #3C3C3C. Windows color (decimal): -10407156 or 799585. OLE color: 799585.
HSL color Cylindrical-coordinate representation of color #61330C: hue angle of 27.53º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61330C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 51 | 12 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.62 |
| HSL | 27.53º | 0.78% | 0.21% | - |
| HSV(B) | 27.53º | 0.88% | 0.38% | - |
| XYZ | 6.18 | 4.94 | 0.97 | - |
| YUV | 60.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 12 | 0 | 0.47 | 0.88 | 0.62 | 27.53 | 0.78 | 0.21 |
| Hex | 61 | 33 | C | 0 | 2F | 58 | 3E | 1C | 4E | 15 |
| Octal | 141 | 63 | 14 | 0 | 57 | 130 | 76 | 34 | 116 | 25 |
| Binary | 1100001 | 110011 | 1100 | 0 | 101111 | 1011000 | 111110 | 11100 | 1001110 | 10101 |
Color Harmonies of #61330C
Complementary color
Monochromatic Colors of #61330C
Black with #61330C
Text Example
Text Example
White with #61330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61330C; }
p { color: rgb(97,51,12); }
H1.HeaderClassName
{
color: #61330C;
}
.AnyTagClassName
{
color: #61330C;
}
</style>
background-color css
<style>
a { background-color: #61330C; }
a { background-color: rgb(97,51,12); }
div.DivClassName
{
background-color: #61330C;
}
.BgClassName
{
background-color: #61330C;
}
</style>
border-color css
<style>
span { border-color: #61330C; }
span { border-color: rgb(97,51,12); }
td.TdClassName
{
border-color: #61330C;
}
.TagClassName
{
border-color: #61330C;
}
</style>