Shades of Baker's Chocolate #663617
Tints of Baker's Chocolate #663617
RGB
CMYK
RGB Variations
Color information
#663617 (or 0x663617) is known color: Baker's Chocolate. HEX triplet: 66, 36 and 17. RGB value is (102,54,23). Sum of RGB (Red+Green+Blue) = 102+54+23=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663617 is #99C9E8. Grayscale: #404040. Windows color (decimal): -10078697 or 1521254. OLE color: 1521254.
HSL color Cylindrical-coordinate representation of color #663617: hue angle of 23.54º 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 #663617 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 54 | 23 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.6 |
| HSL | 23.54º | 0.63% | 0.25% | - |
| HSV(B) | 23.54º | 0.77% | 0.4% | - |
| XYZ | 6.95 | 5.52 | 1.51 | - |
| YUV | 64.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 23 | 0 | 0.47 | 0.77 | 0.6 | 23.54 | 0.63 | 0.25 |
| Hex | 66 | 36 | 17 | 0 | 2F | 4D | 3C | 18 | 3F | 19 |
| Octal | 146 | 66 | 27 | 0 | 57 | 115 | 74 | 30 | 77 | 31 |
| Binary | 1100110 | 110110 | 10111 | 0 | 101111 | 1001101 | 111100 | 11000 | 111111 | 11001 |
Color Harmonies of #663617
Complementary color
Monochromatic Colors of #663617
Black with #663617
Text Example
Text Example
White with #663617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663617; }
p { color: rgb(102,54,23); }
H1.HeaderClassName
{
color: #663617;
}
.AnyTagClassName
{
color: #663617;
}
</style>
background-color css
<style>
a { background-color: #663617; }
a { background-color: rgb(102,54,23); }
div.DivClassName
{
background-color: #663617;
}
.BgClassName
{
background-color: #663617;
}
</style>
border-color css
<style>
span { border-color: #663617; }
span { border-color: rgb(102,54,23); }
td.TdClassName
{
border-color: #663617;
}
.TagClassName
{
border-color: #663617;
}
</style>