Shades of Baker's Chocolate #663703
Tints of Baker's Chocolate #663703
RGB
CMYK
RGB Variations
Color information
#663703 (or 0x663703) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 03. RGB value is (102,55,3). Sum of RGB (Red+Green+Blue) = 102+55+3=160 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.75% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 102 - color contains mainly: red. Hex color #663703 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663703 is #99C8FC. Grayscale: #3F3F3F. Windows color (decimal): -10078461 or 210790. OLE color: 210790.
HSL color Cylindrical-coordinate representation of color #663703: hue angle of 31.52º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #663703 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 3 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.6 |
| HSL | 31.52º | 0.94% | 0.21% | - |
| HSV(B) | 31.52º | 0.97% | 0.4% | - |
| XYZ | 6.86 | 5.56 | 0.8 | - |
| YUV | 63.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 3 | 0 | 0.46 | 0.97 | 0.6 | 31.52 | 0.94 | 0.21 |
| Hex | 66 | 37 | 3 | 0 | 2E | 61 | 3C | 20 | 5E | 15 |
| Octal | 146 | 67 | 3 | 0 | 56 | 141 | 74 | 40 | 136 | 25 |
| Binary | 1100110 | 110111 | 11 | 0 | 101110 | 1100001 | 111100 | 100000 | 1011110 | 10101 |
Color Harmonies of #663703
Complementary color
Monochromatic Colors of #663703
Black with #663703
Text Example
Text Example
White with #663703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663703; }
p { color: rgb(102,55,3); }
H1.HeaderClassName
{
color: #663703;
}
.AnyTagClassName
{
color: #663703;
}
</style>
background-color css
<style>
a { background-color: #663703; }
a { background-color: rgb(102,55,3); }
div.DivClassName
{
background-color: #663703;
}
.BgClassName
{
background-color: #663703;
}
</style>
border-color css
<style>
span { border-color: #663703; }
span { border-color: rgb(102,55,3); }
td.TdClassName
{
border-color: #663703;
}
.TagClassName
{
border-color: #663703;
}
</style>