Shades of Baker's Chocolate #663A0A
Tints of Baker's Chocolate #663A0A
RGB
CMYK
RGB Variations
Color information
#663A0A (or 0x663A0A) is known color: Baker's Chocolate. HEX triplet: 66, 3A and 0A. RGB value is (102,58,10). Sum of RGB (Red+Green+Blue) = 102+58+10=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #663A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663A0A is #99C5F5. Grayscale: #414141. Windows color (decimal): -10077686 or 670310. OLE color: 670310.
HSL color Cylindrical-coordinate representation of color #663A0A: hue angle of 31.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #663A0A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 10 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.6 |
| HSL | 31.3º | 0.82% | 0.22% | - |
| HSV(B) | 31.3º | 0.9% | 0.4% | - |
| XYZ | 7.05 | 5.87 | 1.05 | - |
| YUV | 65.68 | 96.58 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 10 | 0 | 0.43 | 0.90 | 0.6 | 31.3 | 0.82 | 0.22 |
| Hex | 66 | 3A | A | 0 | 2B | 5A | 3C | 1F | 52 | 16 |
| Octal | 146 | 72 | 12 | 0 | 53 | 132 | 74 | 37 | 122 | 26 |
| Binary | 1100110 | 111010 | 1010 | 0 | 101011 | 1011010 | 111100 | 11111 | 1010010 | 10110 |
Color Harmonies of #663A0A
Complementary color
Monochromatic Colors of #663A0A
Black with #663A0A
Text Example
Text Example
White with #663A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A0A; }
p { color: rgb(102,58,10); }
H1.HeaderClassName
{
color: #663A0A;
}
.AnyTagClassName
{
color: #663A0A;
}
</style>
background-color css
<style>
a { background-color: #663A0A; }
a { background-color: rgb(102,58,10); }
div.DivClassName
{
background-color: #663A0A;
}
.BgClassName
{
background-color: #663A0A;
}
</style>
border-color css
<style>
span { border-color: #663A0A; }
span { border-color: rgb(102,58,10); }
td.TdClassName
{
border-color: #663A0A;
}
.TagClassName
{
border-color: #663A0A;
}
</style>