Shades of Baker's Chocolate #662D19
Tints of Baker's Chocolate #662D19
RGB
CMYK
RGB Variations
Color information
#662D19 (or 0x662D19) is known color: Baker's Chocolate. HEX triplet: 66, 2D and 19. RGB value is (102,45,25). Sum of RGB (Red+Green+Blue) = 102+45+25=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #662D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662D19 is #99D2E6. Grayscale: #3B3B3B. Windows color (decimal): -10080999 or 1650022. OLE color: 1650022.
HSL color Cylindrical-coordinate representation of color #662D19: hue angle of 15.58º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662D19 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 25 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.6 |
| HSL | 15.58º | 0.61% | 0.25% | - |
| HSV(B) | 15.58º | 0.75% | 0.4% | - |
| XYZ | 6.59 | 4.77 | 1.49 | - |
| YUV | 59.76 | 108.38 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 25 | 0 | 0.56 | 0.75 | 0.6 | 15.58 | 0.61 | 0.25 |
| Hex | 66 | 2D | 19 | 0 | 38 | 4B | 3C | 10 | 3D | 19 |
| Octal | 146 | 55 | 31 | 0 | 70 | 113 | 74 | 20 | 75 | 31 |
| Binary | 1100110 | 101101 | 11001 | 0 | 111000 | 1001011 | 111100 | 10000 | 111101 | 11001 |
Color Harmonies of #662D19
Complementary color
Monochromatic Colors of #662D19
Black with #662D19
Text Example
Text Example
White with #662D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D19; }
p { color: rgb(102,45,25); }
H1.HeaderClassName
{
color: #662D19;
}
.AnyTagClassName
{
color: #662D19;
}
</style>
background-color css
<style>
a { background-color: #662D19; }
a { background-color: rgb(102,45,25); }
div.DivClassName
{
background-color: #662D19;
}
.BgClassName
{
background-color: #662D19;
}
</style>
border-color css
<style>
span { border-color: #662D19; }
span { border-color: rgb(102,45,25); }
td.TdClassName
{
border-color: #662D19;
}
.TagClassName
{
border-color: #662D19;
}
</style>