Shades of Baker's Chocolate #662F00
Tints of Baker's Chocolate #662F00
RGB
CMYK
RGB Variations
Color information
#662F00 (or 0x662F00) is known color: Baker's Chocolate. HEX triplet: 66, 2F and 00. RGB value is (102,47,0). Sum of RGB (Red+Green+Blue) = 102+47+0=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 47 (18.75% from 255 or 31.54% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #662F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662F00 is #99D0FF. Grayscale: #3A3A3A. Windows color (decimal): -10080512 or 12134. OLE color: 12134.
HSL color Cylindrical-coordinate representation of color #662F00: hue angle of 27.65º 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 #662F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 47 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.6 |
| HSL | 27.65º | 1% | 0.2% | - |
| HSV(B) | 27.65º | 1% | 0.4% | - |
| XYZ | 6.5 | 4.86 | 0.6 | - |
| YUV | 58.09 | 95.22 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 0 | 0 | 0.54 | 1 | 0.6 | 27.65 | 1 | 0.2 |
| Hex | 66 | 2F | 0 | 0 | 36 | 64 | 3C | 1C | 64 | 14 |
| Octal | 146 | 57 | 0 | 0 | 66 | 144 | 74 | 34 | 144 | 24 |
| Binary | 1100110 | 101111 | 0 | 0 | 110110 | 1100100 | 111100 | 11100 | 1100100 | 10100 |
Color Harmonies of #662F00
Complementary color
Monochromatic Colors of #662F00
Black with #662F00
Text Example
Text Example
White with #662F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662F00; }
p { color: rgb(102,47,0); }
H1.HeaderClassName
{
color: #662F00;
}
.AnyTagClassName
{
color: #662F00;
}
</style>
background-color css
<style>
a { background-color: #662F00; }
a { background-color: rgb(102,47,0); }
div.DivClassName
{
background-color: #662F00;
}
.BgClassName
{
background-color: #662F00;
}
</style>
border-color css
<style>
span { border-color: #662F00; }
span { border-color: rgb(102,47,0); }
td.TdClassName
{
border-color: #662F00;
}
.TagClassName
{
border-color: #662F00;
}
</style>