Shades of Baker's Chocolate #653307
Tints of Baker's Chocolate #653307
RGB
CMYK
RGB Variations
Color information
#653307 (or 0x653307) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 07. RGB value is (101,51,7). Sum of RGB (Red+Green+Blue) = 101+51+7=159 (21% of max value = 765). Red value is 101 (39.84% from 255 or 63.52% from 159); Green value is 51 (20.31% from 255 or 32.08% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 101 - color contains mainly: red. Hex color #653307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653307 is #9ACCF8. Grayscale: #3D3D3D. Windows color (decimal): -10145017 or 471909. OLE color: 471909.
HSL color Cylindrical-coordinate representation of color #653307: hue angle of 28.09º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #653307 is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 7 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.60 |
| HSL | 28.09º | 0.87% | 0.21% | - |
| HSV(B) | 28.09º | 0.93% | 0.4% | - |
| XYZ | 6.59 | 5.15 | 0.85 | - |
| YUV | 60.93 | 97.57 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 7 | 0 | 0.50 | 0.93 | 0.60 | 28.09 | 0.87 | 0.21 |
| Hex | 65 | 33 | 7 | 0 | 32 | 5D | 3C | 1C | 57 | 15 |
| Octal | 145 | 63 | 7 | 0 | 62 | 135 | 74 | 34 | 127 | 25 |
| Binary | 1100101 | 110011 | 111 | 0 | 110010 | 1011101 | 111100 | 11100 | 1010111 | 10101 |
Color Harmonies of #653307
Complementary color
Monochromatic Colors of #653307
Black with #653307
Text Example
Text Example
White with #653307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653307; }
p { color: rgb(101,51,7); }
H1.HeaderClassName
{
color: #653307;
}
.AnyTagClassName
{
color: #653307;
}
</style>
background-color css
<style>
a { background-color: #653307; }
a { background-color: rgb(101,51,7); }
div.DivClassName
{
background-color: #653307;
}
.BgClassName
{
background-color: #653307;
}
</style>
border-color css
<style>
span { border-color: #653307; }
span { border-color: rgb(101,51,7); }
td.TdClassName
{
border-color: #653307;
}
.TagClassName
{
border-color: #653307;
}
</style>