Shades of Baker's Chocolate #652100
Tints of Baker's Chocolate #652100
RGB
CMYK
RGB Variations
Color information
#652100 (or 0x652100) is known color: Baker's Chocolate. HEX triplet: 65, 21 and 00. RGB value is (101,33,0). Sum of RGB (Red+Green+Blue) = 101+33+0=134 (17% of max value = 765). Red value is 101 (39.84% from 255 or 75.37% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 101 - color contains mainly: red. Hex color #652100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652100 is #9ADEFF. Grayscale: #313131. Windows color (decimal): -10149632 or 8549. OLE color: 8549.
HSL color Cylindrical-coordinate representation of color #652100: hue angle of 19.6º 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 #652100 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 33 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.60 |
| HSL | 19.6º | 1% | 0.2% | - |
| HSV(B) | 19.6º | 1% | 0.4% | - |
| XYZ | 5.91 | 3.85 | 0.43 | - |
| YUV | 49.57 | 100.03 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 33 | 0 | 0 | 0.67 | 1 | 0.60 | 19.6 | 1 | 0.2 |
| Hex | 65 | 21 | 0 | 0 | 43 | 64 | 3C | 14 | 64 | 14 |
| Octal | 145 | 41 | 0 | 0 | 103 | 144 | 74 | 24 | 144 | 24 |
| Binary | 1100101 | 100001 | 0 | 0 | 1000011 | 1100100 | 111100 | 10100 | 1100100 | 10100 |
Color Harmonies of #652100
Complementary color
Monochromatic Colors of #652100
Black with #652100
Text Example
Text Example
White with #652100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652100; }
p { color: rgb(101,33,0); }
H1.HeaderClassName
{
color: #652100;
}
.AnyTagClassName
{
color: #652100;
}
</style>
background-color css
<style>
a { background-color: #652100; }
a { background-color: rgb(101,33,0); }
div.DivClassName
{
background-color: #652100;
}
.BgClassName
{
background-color: #652100;
}
</style>
border-color css
<style>
span { border-color: #652100; }
span { border-color: rgb(101,33,0); }
td.TdClassName
{
border-color: #652100;
}
.TagClassName
{
border-color: #652100;
}
</style>