Shades of Baker's Chocolate #65310C
Tints of Baker's Chocolate #65310C
RGB
CMYK
RGB Variations
Color information
#65310C (or 0x65310C) is known color: Baker's Chocolate. HEX triplet: 65, 31 and 0C. RGB value is (101,49,12). Sum of RGB (Red+Green+Blue) = 101+49+12=162 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.35% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 101 - color contains mainly: red. Hex color #65310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65310C is #9ACEF3. Grayscale: #3C3C3C. Windows color (decimal): -10145524 or 799077. OLE color: 799077.
HSL color Cylindrical-coordinate representation of color #65310C: hue angle of 24.94º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65310C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 49 | 12 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.60 |
| HSL | 24.94º | 0.79% | 0.22% | - |
| HSV(B) | 24.94º | 0.88% | 0.4% | - |
| XYZ | 6.53 | 4.99 | 0.97 | - |
| YUV | 60.33 | 100.73 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 49 | 12 | 0 | 0.51 | 0.88 | 0.60 | 24.94 | 0.79 | 0.22 |
| Hex | 65 | 31 | C | 0 | 33 | 58 | 3C | 19 | 4F | 16 |
| Octal | 145 | 61 | 14 | 0 | 63 | 130 | 74 | 31 | 117 | 26 |
| Binary | 1100101 | 110001 | 1100 | 0 | 110011 | 1011000 | 111100 | 11001 | 1001111 | 10110 |
Color Harmonies of #65310C
Complementary color
Monochromatic Colors of #65310C
Black with #65310C
Text Example
Text Example
White with #65310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65310C; }
p { color: rgb(101,49,12); }
H1.HeaderClassName
{
color: #65310C;
}
.AnyTagClassName
{
color: #65310C;
}
</style>
background-color css
<style>
a { background-color: #65310C; }
a { background-color: rgb(101,49,12); }
div.DivClassName
{
background-color: #65310C;
}
.BgClassName
{
background-color: #65310C;
}
</style>
border-color css
<style>
span { border-color: #65310C; }
span { border-color: rgb(101,49,12); }
td.TdClassName
{
border-color: #65310C;
}
.TagClassName
{
border-color: #65310C;
}
</style>