Shades of Baker's Chocolate #662805
Tints of Baker's Chocolate #662805
RGB
CMYK
RGB Variations
Color information
#662805 (or 0x662805) is known color: Baker's Chocolate. HEX triplet: 66, 28 and 05. RGB value is (102,40,5). Sum of RGB (Red+Green+Blue) = 102+40+5=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #662805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662805 is #99D7FA. Grayscale: #363636. Windows color (decimal): -10082299 or 338022. OLE color: 338022.
HSL color Cylindrical-coordinate representation of color #662805: hue angle of 21.65º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #662805 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 40 | 5 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.6 |
| HSL | 21.65º | 0.91% | 0.21% | - |
| HSV(B) | 21.65º | 0.95% | 0.4% | - |
| XYZ | 6.27 | 4.35 | 0.65 | - |
| YUV | 54.55 | 100.04 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 40 | 5 | 0 | 0.61 | 0.95 | 0.6 | 21.65 | 0.91 | 0.21 |
| Hex | 66 | 28 | 5 | 0 | 3D | 5F | 3C | 16 | 5B | 15 |
| Octal | 146 | 50 | 5 | 0 | 75 | 137 | 74 | 26 | 133 | 25 |
| Binary | 1100110 | 101000 | 101 | 0 | 111101 | 1011111 | 111100 | 10110 | 1011011 | 10101 |
Color Harmonies of #662805
Complementary color
Monochromatic Colors of #662805
Black with #662805
Text Example
Text Example
White with #662805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662805; }
p { color: rgb(102,40,5); }
H1.HeaderClassName
{
color: #662805;
}
.AnyTagClassName
{
color: #662805;
}
</style>
background-color css
<style>
a { background-color: #662805; }
a { background-color: rgb(102,40,5); }
div.DivClassName
{
background-color: #662805;
}
.BgClassName
{
background-color: #662805;
}
</style>
border-color css
<style>
span { border-color: #662805; }
span { border-color: rgb(102,40,5); }
td.TdClassName
{
border-color: #662805;
}
.TagClassName
{
border-color: #662805;
}
</style>