Shades of Baker's Chocolate #662D17
Tints of Baker's Chocolate #662D17
RGB
CMYK
RGB Variations
Color information
#662D17 (or 0x662D17) is known color: Baker's Chocolate. HEX triplet: 66, 2D and 17. RGB value is (102,45,23). Sum of RGB (Red+Green+Blue) = 102+45+23=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #662D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D17 is #99D2E8. Grayscale: #3B3B3B. Windows color (decimal): -10081001 or 1518950. OLE color: 1518950.
HSL color Cylindrical-coordinate representation of color #662D17: hue angle of 16.71º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #662D17 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 23 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.6 |
| HSL | 16.71º | 0.63% | 0.25% | - |
| HSV(B) | 16.71º | 0.77% | 0.4% | - |
| XYZ | 6.57 | 4.76 | 1.38 | - |
| YUV | 59.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 23 | 0 | 0.56 | 0.77 | 0.6 | 16.71 | 0.63 | 0.25 |
| Hex | 66 | 2D | 17 | 0 | 38 | 4D | 3C | 11 | 3F | 19 |
| Octal | 146 | 55 | 27 | 0 | 70 | 115 | 74 | 21 | 77 | 31 |
| Binary | 1100110 | 101101 | 10111 | 0 | 111000 | 1001101 | 111100 | 10001 | 111111 | 11001 |
Color Harmonies of #662D17
Complementary color
Monochromatic Colors of #662D17
Black with #662D17
Text Example
Text Example
White with #662D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D17; }
p { color: rgb(102,45,23); }
H1.HeaderClassName
{
color: #662D17;
}
.AnyTagClassName
{
color: #662D17;
}
</style>
background-color css
<style>
a { background-color: #662D17; }
a { background-color: rgb(102,45,23); }
div.DivClassName
{
background-color: #662D17;
}
.BgClassName
{
background-color: #662D17;
}
</style>
border-color css
<style>
span { border-color: #662D17; }
span { border-color: rgb(102,45,23); }
td.TdClassName
{
border-color: #662D17;
}
.TagClassName
{
border-color: #662D17;
}
</style>