Shades of Baker's Chocolate #661F00
Tints of Baker's Chocolate #661F00
RGB
CMYK
RGB Variations
Color information
#661F00 (or 0x661F00) is known color: Baker's Chocolate. HEX triplet: 66, 1F and 00. RGB value is (102,31,0). Sum of RGB (Red+Green+Blue) = 102+31+0=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #661F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F00 is #99E0FF. Grayscale: #303030. Windows color (decimal): -10084608 or 8038. OLE color: 8038.
HSL color Cylindrical-coordinate representation of color #661F00: hue angle of 18.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #661F00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.6 |
| HSL | 18.24º | 1% | 0.2% | - |
| HSV(B) | 18.24º | 1% | 0.4% | - |
| XYZ | 5.97 | 3.8 | 0.42 | - |
| YUV | 48.7 | 100.52 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 0 | 0 | 0.70 | 1 | 0.6 | 18.24 | 1 | 0.2 |
| Hex | 66 | 1F | 0 | 0 | 46 | 64 | 3C | 12 | 64 | 14 |
| Octal | 146 | 37 | 0 | 0 | 106 | 144 | 74 | 22 | 144 | 24 |
| Binary | 1100110 | 11111 | 0 | 0 | 1000110 | 1100100 | 111100 | 10010 | 1100100 | 10100 |
Color Harmonies of #661F00
Complementary color
Monochromatic Colors of #661F00
Black with #661F00
Text Example
Text Example
White with #661F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F00; }
p { color: rgb(102,31,0); }
H1.HeaderClassName
{
color: #661F00;
}
.AnyTagClassName
{
color: #661F00;
}
</style>
background-color css
<style>
a { background-color: #661F00; }
a { background-color: rgb(102,31,0); }
div.DivClassName
{
background-color: #661F00;
}
.BgClassName
{
background-color: #661F00;
}
</style>
border-color css
<style>
span { border-color: #661F00; }
span { border-color: rgb(102,31,0); }
td.TdClassName
{
border-color: #661F00;
}
.TagClassName
{
border-color: #661F00;
}
</style>