Shades of Baker's Chocolate #662E04
Tints of Baker's Chocolate #662E04
RGB
CMYK
RGB Variations
Color information
#662E04 (or 0x662E04) is known color: Baker's Chocolate. HEX triplet: 66, 2E and 04. RGB value is (102,46,4). Sum of RGB (Red+Green+Blue) = 102+46+4=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #662E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662E04 is #99D1FB. Grayscale: #3A3A3A. Windows color (decimal): -10080764 or 274022. OLE color: 274022.
HSL color Cylindrical-coordinate representation of color #662E04: hue angle of 25.71º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #662E04 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 46 | 4 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.6 |
| HSL | 25.71º | 0.92% | 0.21% | - |
| HSV(B) | 25.71º | 0.96% | 0.4% | - |
| XYZ | 6.48 | 4.79 | 0.7 | - |
| YUV | 57.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 46 | 4 | 0 | 0.55 | 0.96 | 0.6 | 25.71 | 0.92 | 0.21 |
| Hex | 66 | 2E | 4 | 0 | 37 | 60 | 3C | 1A | 5C | 15 |
| Octal | 146 | 56 | 4 | 0 | 67 | 140 | 74 | 32 | 134 | 25 |
| Binary | 1100110 | 101110 | 100 | 0 | 110111 | 1100000 | 111100 | 11010 | 1011100 | 10101 |
Color Harmonies of #662E04
Complementary color
Monochromatic Colors of #662E04
Black with #662E04
Text Example
Text Example
White with #662E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662E04; }
p { color: rgb(102,46,4); }
H1.HeaderClassName
{
color: #662E04;
}
.AnyTagClassName
{
color: #662E04;
}
</style>
background-color css
<style>
a { background-color: #662E04; }
a { background-color: rgb(102,46,4); }
div.DivClassName
{
background-color: #662E04;
}
.BgClassName
{
background-color: #662E04;
}
</style>
border-color css
<style>
span { border-color: #662E04; }
span { border-color: rgb(102,46,4); }
td.TdClassName
{
border-color: #662E04;
}
.TagClassName
{
border-color: #662E04;
}
</style>