Shades of Baker's Chocolate #661F07
Tints of Baker's Chocolate #661F07
RGB
CMYK
RGB Variations
Color information
#661F07 (or 0x661F07) is known color: Baker's Chocolate. HEX triplet: 66, 1F and 07. RGB value is (102,31,7). Sum of RGB (Red+Green+Blue) = 102+31+7=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #661F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #661F07 is #99E0F8. Grayscale: #313131. Windows color (decimal): -10084601 or 466790. OLE color: 466790.
HSL color Cylindrical-coordinate representation of color #661F07: hue angle of 15.16º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #661F07 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 31 | 7 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.6 |
| HSL | 15.16º | 0.87% | 0.21% | - |
| HSV(B) | 15.16º | 0.93% | 0.4% | - |
| XYZ | 6.01 | 3.82 | 0.62 | - |
| YUV | 49.49 | 104.02 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 31 | 7 | 0 | 0.70 | 0.93 | 0.6 | 15.16 | 0.87 | 0.21 |
| Hex | 66 | 1F | 7 | 0 | 46 | 5D | 3C | F | 57 | 15 |
| Octal | 146 | 37 | 7 | 0 | 106 | 135 | 74 | 17 | 127 | 25 |
| Binary | 1100110 | 11111 | 111 | 0 | 1000110 | 1011101 | 111100 | 1111 | 1010111 | 10101 |
Color Harmonies of #661F07
Complementary color
Monochromatic Colors of #661F07
Black with #661F07
Text Example
Text Example
White with #661F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661F07; }
p { color: rgb(102,31,7); }
H1.HeaderClassName
{
color: #661F07;
}
.AnyTagClassName
{
color: #661F07;
}
</style>
background-color css
<style>
a { background-color: #661F07; }
a { background-color: rgb(102,31,7); }
div.DivClassName
{
background-color: #661F07;
}
.BgClassName
{
background-color: #661F07;
}
</style>
border-color css
<style>
span { border-color: #661F07; }
span { border-color: rgb(102,31,7); }
td.TdClassName
{
border-color: #661F07;
}
.TagClassName
{
border-color: #661F07;
}
</style>