Shades of Baker's Chocolate #65330B
Tints of Baker's Chocolate #65330B
RGB
CMYK
RGB Variations
Color information
#65330B (or 0x65330B) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 0B. RGB value is (101,51,11). Sum of RGB (Red+Green+Blue) = 101+51+11=163 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.96% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 101 - color contains mainly: red. Hex color #65330B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65330B is #9ACCF4. Grayscale: #3D3D3D. Windows color (decimal): -10145013 or 734053. OLE color: 734053.
HSL color Cylindrical-coordinate representation of color #65330B: hue angle of 26.67º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65330B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 11 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.60 |
| HSL | 26.67º | 0.8% | 0.22% | - |
| HSV(B) | 26.67º | 0.89% | 0.4% | - |
| XYZ | 6.61 | 5.16 | 0.96 | - |
| YUV | 61.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 11 | 0 | 0.50 | 0.89 | 0.60 | 26.67 | 0.8 | 0.22 |
| Hex | 65 | 33 | B | 0 | 32 | 59 | 3C | 1B | 50 | 16 |
| Octal | 145 | 63 | 13 | 0 | 62 | 131 | 74 | 33 | 120 | 26 |
| Binary | 1100101 | 110011 | 1011 | 0 | 110010 | 1011001 | 111100 | 11011 | 1010000 | 10110 |
Color Harmonies of #65330B
Complementary color
Monochromatic Colors of #65330B
Black with #65330B
Text Example
Text Example
White with #65330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65330B; }
p { color: rgb(101,51,11); }
H1.HeaderClassName
{
color: #65330B;
}
.AnyTagClassName
{
color: #65330B;
}
</style>
background-color css
<style>
a { background-color: #65330B; }
a { background-color: rgb(101,51,11); }
div.DivClassName
{
background-color: #65330B;
}
.BgClassName
{
background-color: #65330B;
}
</style>
border-color css
<style>
span { border-color: #65330B; }
span { border-color: rgb(101,51,11); }
td.TdClassName
{
border-color: #65330B;
}
.TagClassName
{
border-color: #65330B;
}
</style>