Shades of Baker's Chocolate #65300C
Tints of Baker's Chocolate #65300C
RGB
CMYK
RGB Variations
Color information
#65300C (or 0x65300C) is known color: Baker's Chocolate. HEX triplet: 65, 30 and 0C. RGB value is (101,48,12). Sum of RGB (Red+Green+Blue) = 101+48+12=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #65300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65300C is #9ACFF3. Grayscale: #3B3B3B. Windows color (decimal): -10145780 or 798821. OLE color: 798821.
HSL color Cylindrical-coordinate representation of color #65300C: hue angle of 24.27º 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 #65300C is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 12 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.60 |
| HSL | 24.27º | 0.79% | 0.22% | - |
| HSV(B) | 24.27º | 0.88% | 0.4% | - |
| XYZ | 6.49 | 4.91 | 0.95 | - |
| YUV | 59.74 | 101.06 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 12 | 0 | 0.52 | 0.88 | 0.60 | 24.27 | 0.79 | 0.22 |
| Hex | 65 | 30 | C | 0 | 34 | 58 | 3C | 18 | 4F | 16 |
| Octal | 145 | 60 | 14 | 0 | 64 | 130 | 74 | 30 | 117 | 26 |
| Binary | 1100101 | 110000 | 1100 | 0 | 110100 | 1011000 | 111100 | 11000 | 1001111 | 10110 |
Color Harmonies of #65300C
Complementary color
Monochromatic Colors of #65300C
Black with #65300C
Text Example
Text Example
White with #65300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65300C; }
p { color: rgb(101,48,12); }
H1.HeaderClassName
{
color: #65300C;
}
.AnyTagClassName
{
color: #65300C;
}
</style>
background-color css
<style>
a { background-color: #65300C; }
a { background-color: rgb(101,48,12); }
div.DivClassName
{
background-color: #65300C;
}
.BgClassName
{
background-color: #65300C;
}
</style>
border-color css
<style>
span { border-color: #65300C; }
span { border-color: rgb(101,48,12); }
td.TdClassName
{
border-color: #65300C;
}
.TagClassName
{
border-color: #65300C;
}
</style>