Shades of Baker's Chocolate #65300E
Tints of Baker's Chocolate #65300E
RGB
CMYK
RGB Variations
Color information
#65300E (or 0x65300E) is known color: Baker's Chocolate. HEX triplet: 65, 30 and 0E. RGB value is (101,48,14). Sum of RGB (Red+Green+Blue) = 101+48+14=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65300E is #9ACFF1. Grayscale: #3C3C3C. Windows color (decimal): -10145778 or 929893. OLE color: 929893.
HSL color Cylindrical-coordinate representation of color #65300E: hue angle of 23.45º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65300E is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 14 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.60 |
| HSL | 23.45º | 0.76% | 0.23% | - |
| HSV(B) | 23.45º | 0.86% | 0.4% | - |
| XYZ | 6.5 | 4.91 | 1.02 | - |
| YUV | 59.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 14 | 0 | 0.52 | 0.86 | 0.60 | 23.45 | 0.76 | 0.23 |
| Hex | 65 | 30 | E | 0 | 34 | 56 | 3C | 17 | 4C | 17 |
| Octal | 145 | 60 | 16 | 0 | 64 | 126 | 74 | 27 | 114 | 27 |
| Binary | 1100101 | 110000 | 1110 | 0 | 110100 | 1010110 | 111100 | 10111 | 1001100 | 10111 |
Color Harmonies of #65300E
Complementary color
Monochromatic Colors of #65300E
Black with #65300E
Text Example
Text Example
White with #65300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65300E; }
p { color: rgb(101,48,14); }
H1.HeaderClassName
{
color: #65300E;
}
.AnyTagClassName
{
color: #65300E;
}
</style>
background-color css
<style>
a { background-color: #65300E; }
a { background-color: rgb(101,48,14); }
div.DivClassName
{
background-color: #65300E;
}
.BgClassName
{
background-color: #65300E;
}
</style>
border-color css
<style>
span { border-color: #65300E; }
span { border-color: rgb(101,48,14); }
td.TdClassName
{
border-color: #65300E;
}
.TagClassName
{
border-color: #65300E;
}
</style>