Shades of Baker's Chocolate #662707
Tints of Baker's Chocolate #662707
RGB
CMYK
RGB Variations
Color information
#662707 (or 0x662707) is known color: Baker's Chocolate. HEX triplet: 66, 27 and 07. RGB value is (102,39,7). Sum of RGB (Red+Green+Blue) = 102+39+7=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #662707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662707 is #99D8F8. Grayscale: #363636. Windows color (decimal): -10082553 or 468838. OLE color: 468838.
HSL color Cylindrical-coordinate representation of color #662707: hue angle of 20.21º 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 #662707 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 39 | 7 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.6 |
| HSL | 20.21º | 0.87% | 0.21% | - |
| HSV(B) | 20.21º | 0.93% | 0.4% | - |
| XYZ | 6.24 | 4.29 | 0.7 | - |
| YUV | 54.19 | 101.37 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 39 | 7 | 0 | 0.62 | 0.93 | 0.6 | 20.21 | 0.87 | 0.21 |
| Hex | 66 | 27 | 7 | 0 | 3E | 5D | 3C | 14 | 57 | 15 |
| Octal | 146 | 47 | 7 | 0 | 76 | 135 | 74 | 24 | 127 | 25 |
| Binary | 1100110 | 100111 | 111 | 0 | 111110 | 1011101 | 111100 | 10100 | 1010111 | 10101 |
Color Harmonies of #662707
Complementary color
Monochromatic Colors of #662707
Black with #662707
Text Example
Text Example
White with #662707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662707; }
p { color: rgb(102,39,7); }
H1.HeaderClassName
{
color: #662707;
}
.AnyTagClassName
{
color: #662707;
}
</style>
background-color css
<style>
a { background-color: #662707; }
a { background-color: rgb(102,39,7); }
div.DivClassName
{
background-color: #662707;
}
.BgClassName
{
background-color: #662707;
}
</style>
border-color css
<style>
span { border-color: #662707; }
span { border-color: rgb(102,39,7); }
td.TdClassName
{
border-color: #662707;
}
.TagClassName
{
border-color: #662707;
}
</style>