Shades of Baker's Chocolate #663709
Tints of Baker's Chocolate #663709
RGB
CMYK
RGB Variations
Color information
#663709 (or 0x663709) is known color: Baker's Chocolate. HEX triplet: 66, 37 and 09. RGB value is (102,55,9). Sum of RGB (Red+Green+Blue) = 102+55+9=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #663709 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663709 is #99C8F6. Grayscale: #404040. Windows color (decimal): -10078455 or 604006. OLE color: 604006.
HSL color Cylindrical-coordinate representation of color #663709: hue angle of 29.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #663709 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 55 | 9 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.6 |
| HSL | 29.68º | 0.84% | 0.22% | - |
| HSV(B) | 29.68º | 0.91% | 0.4% | - |
| XYZ | 6.89 | 5.58 | 0.97 | - |
| YUV | 63.81 | 97.07 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 55 | 9 | 0 | 0.46 | 0.91 | 0.6 | 29.68 | 0.84 | 0.22 |
| Hex | 66 | 37 | 9 | 0 | 2E | 5B | 3C | 1E | 54 | 16 |
| Octal | 146 | 67 | 11 | 0 | 56 | 133 | 74 | 36 | 124 | 26 |
| Binary | 1100110 | 110111 | 1001 | 0 | 101110 | 1011011 | 111100 | 11110 | 1010100 | 10110 |
Color Harmonies of #663709
Complementary color
Monochromatic Colors of #663709
Black with #663709
Text Example
Text Example
White with #663709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663709; }
p { color: rgb(102,55,9); }
H1.HeaderClassName
{
color: #663709;
}
.AnyTagClassName
{
color: #663709;
}
</style>
background-color css
<style>
a { background-color: #663709; }
a { background-color: rgb(102,55,9); }
div.DivClassName
{
background-color: #663709;
}
.BgClassName
{
background-color: #663709;
}
</style>
border-color css
<style>
span { border-color: #663709; }
span { border-color: rgb(102,55,9); }
td.TdClassName
{
border-color: #663709;
}
.TagClassName
{
border-color: #663709;
}
</style>