Shades of Baker's Chocolate #663518
Tints of Baker's Chocolate #663518
RGB
CMYK
RGB Variations
Color information
#663518 (or 0x663518) is known color: Baker's Chocolate. HEX triplet: 66, 35 and 18. RGB value is (102,53,24). Sum of RGB (Red+Green+Blue) = 102+53+24=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663518 is #99CAE7. Grayscale: #404040. Windows color (decimal): -10078952 or 1586534. OLE color: 1586534.
HSL color Cylindrical-coordinate representation of color #663518: hue angle of 22.31º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #663518 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 53 | 24 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.6 |
| HSL | 22.31º | 0.62% | 0.25% | - |
| HSV(B) | 22.31º | 0.76% | 0.4% | - |
| XYZ | 6.92 | 5.44 | 1.55 | - |
| YUV | 64.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 53 | 24 | 0 | 0.48 | 0.76 | 0.6 | 22.31 | 0.62 | 0.25 |
| Hex | 66 | 35 | 18 | 0 | 30 | 4C | 3C | 16 | 3E | 19 |
| Octal | 146 | 65 | 30 | 0 | 60 | 114 | 74 | 26 | 76 | 31 |
| Binary | 1100110 | 110101 | 11000 | 0 | 110000 | 1001100 | 111100 | 10110 | 111110 | 11001 |
Color Harmonies of #663518
Complementary color
Monochromatic Colors of #663518
Black with #663518
Text Example
Text Example
White with #663518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663518; }
p { color: rgb(102,53,24); }
H1.HeaderClassName
{
color: #663518;
}
.AnyTagClassName
{
color: #663518;
}
</style>
background-color css
<style>
a { background-color: #663518; }
a { background-color: rgb(102,53,24); }
div.DivClassName
{
background-color: #663518;
}
.BgClassName
{
background-color: #663518;
}
</style>
border-color css
<style>
span { border-color: #663518; }
span { border-color: rgb(102,53,24); }
td.TdClassName
{
border-color: #663518;
}
.TagClassName
{
border-color: #663518;
}
</style>