Shades of Baker's Chocolate #653008
Tints of Baker's Chocolate #653008
RGB
CMYK
RGB Variations
Color information
#653008 (or 0x653008) is known color: Baker's Chocolate. HEX triplet: 65, 30 and 08. RGB value is (101,48,8). Sum of RGB (Red+Green+Blue) = 101+48+8=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #653008 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653008 is #9ACFF7. Grayscale: #3B3B3B. Windows color (decimal): -10145784 or 536677. OLE color: 536677.
HSL color Cylindrical-coordinate representation of color #653008: hue angle of 25.81º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #653008 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 48 | 8 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.60 |
| HSL | 25.81º | 0.85% | 0.21% | - |
| HSV(B) | 25.81º | 0.92% | 0.4% | - |
| XYZ | 6.47 | 4.9 | 0.83 | - |
| YUV | 59.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 8 | 0 | 0.52 | 0.92 | 0.60 | 25.81 | 0.85 | 0.21 |
| Hex | 65 | 30 | 8 | 0 | 34 | 5C | 3C | 1A | 55 | 15 |
| Octal | 145 | 60 | 10 | 0 | 64 | 134 | 74 | 32 | 125 | 25 |
| Binary | 1100101 | 110000 | 1000 | 0 | 110100 | 1011100 | 111100 | 11010 | 1010101 | 10101 |
Color Harmonies of #653008
Complementary color
Monochromatic Colors of #653008
Black with #653008
Text Example
Text Example
White with #653008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653008; }
p { color: rgb(101,48,8); }
H1.HeaderClassName
{
color: #653008;
}
.AnyTagClassName
{
color: #653008;
}
</style>
background-color css
<style>
a { background-color: #653008; }
a { background-color: rgb(101,48,8); }
div.DivClassName
{
background-color: #653008;
}
.BgClassName
{
background-color: #653008;
}
</style>
border-color css
<style>
span { border-color: #653008; }
span { border-color: rgb(101,48,8); }
td.TdClassName
{
border-color: #653008;
}
.TagClassName
{
border-color: #653008;
}
</style>