Shades of Baker's Chocolate #662205
Tints of Baker's Chocolate #662205
RGB
CMYK
RGB Variations
Color information
#662205 (or 0x662205) is known color: Baker's Chocolate. HEX triplet: 66, 22 and 05. RGB value is (102,34,5). Sum of RGB (Red+Green+Blue) = 102+34+5=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #662205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662205 is #99DDFA. Grayscale: #333333. Windows color (decimal): -10083835 or 336486. OLE color: 336486.
HSL color Cylindrical-coordinate representation of color #662205: hue angle of 17.94º 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 #662205 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 34 | 5 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.6 |
| HSL | 17.94º | 0.91% | 0.21% | - |
| HSV(B) | 17.94º | 0.95% | 0.4% | - |
| XYZ | 6.08 | 3.98 | 0.59 | - |
| YUV | 51.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 5 | 0 | 0.67 | 0.95 | 0.6 | 17.94 | 0.91 | 0.21 |
| Hex | 66 | 22 | 5 | 0 | 43 | 5F | 3C | 12 | 5B | 15 |
| Octal | 146 | 42 | 5 | 0 | 103 | 137 | 74 | 22 | 133 | 25 |
| Binary | 1100110 | 100010 | 101 | 0 | 1000011 | 1011111 | 111100 | 10010 | 1011011 | 10101 |
Color Harmonies of #662205
Complementary color
Monochromatic Colors of #662205
Black with #662205
Text Example
Text Example
White with #662205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662205; }
p { color: rgb(102,34,5); }
H1.HeaderClassName
{
color: #662205;
}
.AnyTagClassName
{
color: #662205;
}
</style>
background-color css
<style>
a { background-color: #662205; }
a { background-color: rgb(102,34,5); }
div.DivClassName
{
background-color: #662205;
}
.BgClassName
{
background-color: #662205;
}
</style>
border-color css
<style>
span { border-color: #662205; }
span { border-color: rgb(102,34,5); }
td.TdClassName
{
border-color: #662205;
}
.TagClassName
{
border-color: #662205;
}
</style>