Shades of Baker's Chocolate #663202
Tints of Baker's Chocolate #663202
RGB
CMYK
RGB Variations
Color information
#663202 (or 0x663202) is known color: Baker's Chocolate. HEX triplet: 66, 32 and 02. RGB value is (102,50,2). Sum of RGB (Red+Green+Blue) = 102+50+2=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #663202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663202 is #99CDFD. Grayscale: #3C3C3C. Windows color (decimal): -10079742 or 143974. OLE color: 143974.
HSL color Cylindrical-coordinate representation of color #663202: hue angle of 28.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #663202 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 50 | 2 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.6 |
| HSL | 28.8º | 0.96% | 0.2% | - |
| HSV(B) | 28.8º | 0.98% | 0.4% | - |
| XYZ | 6.63 | 5.11 | 0.69 | - |
| YUV | 60.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 2 | 0 | 0.51 | 0.98 | 0.6 | 28.8 | 0.96 | 0.2 |
| Hex | 66 | 32 | 2 | 0 | 33 | 62 | 3C | 1D | 60 | 14 |
| Octal | 146 | 62 | 2 | 0 | 63 | 142 | 74 | 35 | 140 | 24 |
| Binary | 1100110 | 110010 | 10 | 0 | 110011 | 1100010 | 111100 | 11101 | 1100000 | 10100 |
Color Harmonies of #663202
Complementary color
Monochromatic Colors of #663202
Black with #663202
Text Example
Text Example
White with #663202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663202; }
p { color: rgb(102,50,2); }
H1.HeaderClassName
{
color: #663202;
}
.AnyTagClassName
{
color: #663202;
}
</style>
background-color css
<style>
a { background-color: #663202; }
a { background-color: rgb(102,50,2); }
div.DivClassName
{
background-color: #663202;
}
.BgClassName
{
background-color: #663202;
}
</style>
border-color css
<style>
span { border-color: #663202; }
span { border-color: rgb(102,50,2); }
td.TdClassName
{
border-color: #663202;
}
.TagClassName
{
border-color: #663202;
}
</style>