Shades of Baker's Chocolate #662005
Tints of Baker's Chocolate #662005
RGB
CMYK
RGB Variations
Color information
#662005 (or 0x662005) is known color: Baker's Chocolate. HEX triplet: 66, 20 and 05. RGB value is (102,32,5). Sum of RGB (Red+Green+Blue) = 102+32+5=139 (18% of max value = 765). Red value is 102 (40.23% from 255 or 73.38% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 102 - color contains mainly: red. Hex color #662005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662005 is #99DFFA. Grayscale: #323232. Windows color (decimal): -10084347 or 335974. OLE color: 335974.
HSL color Cylindrical-coordinate representation of color #662005: hue angle of 16.7º 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 #662005 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 32 | 5 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.6 |
| HSL | 16.7º | 0.91% | 0.21% | - |
| HSV(B) | 16.7º | 0.95% | 0.4% | - |
| XYZ | 6.02 | 3.87 | 0.57 | - |
| YUV | 49.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 5 | 0 | 0.69 | 0.95 | 0.6 | 16.7 | 0.91 | 0.21 |
| Hex | 66 | 20 | 5 | 0 | 45 | 5F | 3C | 11 | 5B | 15 |
| Octal | 146 | 40 | 5 | 0 | 105 | 137 | 74 | 21 | 133 | 25 |
| Binary | 1100110 | 100000 | 101 | 0 | 1000101 | 1011111 | 111100 | 10001 | 1011011 | 10101 |
Color Harmonies of #662005
Complementary color
Monochromatic Colors of #662005
Black with #662005
Text Example
Text Example
White with #662005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662005; }
p { color: rgb(102,32,5); }
H1.HeaderClassName
{
color: #662005;
}
.AnyTagClassName
{
color: #662005;
}
</style>
background-color css
<style>
a { background-color: #662005; }
a { background-color: rgb(102,32,5); }
div.DivClassName
{
background-color: #662005;
}
.BgClassName
{
background-color: #662005;
}
</style>
border-color css
<style>
span { border-color: #662005; }
span { border-color: rgb(102,32,5); }
td.TdClassName
{
border-color: #662005;
}
.TagClassName
{
border-color: #662005;
}
</style>