Shades of Baker's Chocolate #652600
Tints of Baker's Chocolate #652600
RGB
CMYK
RGB Variations
Color information
#652600 (or 0x652600) is known color: Baker's Chocolate. HEX triplet: 65, 26 and 00. RGB value is (101,38,0). Sum of RGB (Red+Green+Blue) = 101+38+0=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #652600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652600 is #9AD9FF. Grayscale: #343434. Windows color (decimal): -10148352 or 9829. OLE color: 9829.
HSL color Cylindrical-coordinate representation of color #652600: hue angle of 22.57º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #652600 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 38 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.60 |
| HSL | 22.57º | 1% | 0.2% | - |
| HSV(B) | 22.57º | 1% | 0.4% | - |
| XYZ | 6.06 | 4.15 | 0.48 | - |
| YUV | 52.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 0 | 0 | 0.62 | 1 | 0.60 | 22.57 | 1 | 0.2 |
| Hex | 65 | 26 | 0 | 0 | 3E | 64 | 3C | 17 | 64 | 14 |
| Octal | 145 | 46 | 0 | 0 | 76 | 144 | 74 | 27 | 144 | 24 |
| Binary | 1100101 | 100110 | 0 | 0 | 111110 | 1100100 | 111100 | 10111 | 1100100 | 10100 |
Color Harmonies of #652600
Complementary color
Monochromatic Colors of #652600
Black with #652600
Text Example
Text Example
White with #652600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652600; }
p { color: rgb(101,38,0); }
H1.HeaderClassName
{
color: #652600;
}
.AnyTagClassName
{
color: #652600;
}
</style>
background-color css
<style>
a { background-color: #652600; }
a { background-color: rgb(101,38,0); }
div.DivClassName
{
background-color: #652600;
}
.BgClassName
{
background-color: #652600;
}
</style>
border-color css
<style>
span { border-color: #652600; }
span { border-color: rgb(101,38,0); }
td.TdClassName
{
border-color: #652600;
}
.TagClassName
{
border-color: #652600;
}
</style>