Shades of Baker's Chocolate #663B0D
Tints of Baker's Chocolate #663B0D
RGB
CMYK
RGB Variations
Color information
#663B0D (or 0x663B0D) is known color: Baker's Chocolate. HEX triplet: 66, 3B and 0D. RGB value is (102,59,13). Sum of RGB (Red+Green+Blue) = 102+59+13=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663B0D is #99C4F2. Grayscale: #424242. Windows color (decimal): -10077427 or 867174. OLE color: 867174.
HSL color Cylindrical-coordinate representation of color #663B0D: hue angle of 31.01º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #663B0D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 13 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.6 |
| HSL | 31.01º | 0.77% | 0.23% | - |
| HSV(B) | 31.01º | 0.87% | 0.4% | - |
| XYZ | 7.12 | 5.98 | 1.16 | - |
| YUV | 66.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 13 | 0 | 0.42 | 0.87 | 0.6 | 31.01 | 0.77 | 0.23 |
| Hex | 66 | 3B | D | 0 | 2A | 57 | 3C | 1F | 4D | 17 |
| Octal | 146 | 73 | 15 | 0 | 52 | 127 | 74 | 37 | 115 | 27 |
| Binary | 1100110 | 111011 | 1101 | 0 | 101010 | 1010111 | 111100 | 11111 | 1001101 | 10111 |
Color Harmonies of #663B0D
Complementary color
Monochromatic Colors of #663B0D
Black with #663B0D
Text Example
Text Example
White with #663B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B0D; }
p { color: rgb(102,59,13); }
H1.HeaderClassName
{
color: #663B0D;
}
.AnyTagClassName
{
color: #663B0D;
}
</style>
background-color css
<style>
a { background-color: #663B0D; }
a { background-color: rgb(102,59,13); }
div.DivClassName
{
background-color: #663B0D;
}
.BgClassName
{
background-color: #663B0D;
}
</style>
border-color css
<style>
span { border-color: #663B0D; }
span { border-color: rgb(102,59,13); }
td.TdClassName
{
border-color: #663B0D;
}
.TagClassName
{
border-color: #663B0D;
}
</style>