Shades of Baker's Chocolate #663013
Tints of Baker's Chocolate #663013
RGB
CMYK
RGB Variations
Color information
#663013 (or 0x663013) is known color: Baker's Chocolate. HEX triplet: 66, 30 and 13. RGB value is (102,48,19). Sum of RGB (Red+Green+Blue) = 102+48+19=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663013 is #99CFEC. Grayscale: #3D3D3D. Windows color (decimal): -10080237 or 1257574. OLE color: 1257574.
HSL color Cylindrical-coordinate representation of color #663013: hue angle of 20.96º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #663013 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 48 | 19 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.6 |
| HSL | 20.96º | 0.69% | 0.24% | - |
| HSV(B) | 20.96º | 0.81% | 0.4% | - |
| XYZ | 6.65 | 4.99 | 1.23 | - |
| YUV | 60.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 19 | 0 | 0.53 | 0.81 | 0.6 | 20.96 | 0.69 | 0.24 |
| Hex | 66 | 30 | 13 | 0 | 35 | 51 | 3C | 15 | 45 | 18 |
| Octal | 146 | 60 | 23 | 0 | 65 | 121 | 74 | 25 | 105 | 30 |
| Binary | 1100110 | 110000 | 10011 | 0 | 110101 | 1010001 | 111100 | 10101 | 1000101 | 11000 |
Color Harmonies of #663013
Complementary color
Monochromatic Colors of #663013
Black with #663013
Text Example
Text Example
White with #663013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663013; }
p { color: rgb(102,48,19); }
H1.HeaderClassName
{
color: #663013;
}
.AnyTagClassName
{
color: #663013;
}
</style>
background-color css
<style>
a { background-color: #663013; }
a { background-color: rgb(102,48,19); }
div.DivClassName
{
background-color: #663013;
}
.BgClassName
{
background-color: #663013;
}
</style>
border-color css
<style>
span { border-color: #663013; }
span { border-color: rgb(102,48,19); }
td.TdClassName
{
border-color: #663013;
}
.TagClassName
{
border-color: #663013;
}
</style>