Shades of Baker's Chocolate #6A2000
Tints of Baker's Chocolate #6A2000
RGB
CMYK
RGB Variations
Color information
#6A2000 (or 0x6A2000) is known color: Baker's Chocolate. HEX triplet: 6A, 20 and 00. RGB value is (106,32,0). Sum of RGB (Red+Green+Blue) = 106+32+0=138 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.81% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2000 is #95DFFF. Grayscale: #323232. Windows color (decimal): -9822208 or 8298. OLE color: 8298.
HSL color Cylindrical-coordinate representation of color #6A2000: hue angle of 18.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A2000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 32 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.58 |
| HSL | 18.11º | 1% | 0.21% | - |
| HSV(B) | 18.11º | 1% | 0.42% | - |
| XYZ | 6.46 | 4.1 | 0.45 | - |
| YUV | 50.48 | 99.52 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 0 | 0 | 0.70 | 1 | 0.58 | 18.11 | 1 | 0.21 |
| Hex | 6A | 20 | 0 | 0 | 46 | 64 | 3A | 12 | 64 | 15 |
| Octal | 152 | 40 | 0 | 0 | 106 | 144 | 72 | 22 | 144 | 25 |
| Binary | 1101010 | 100000 | 0 | 0 | 1000110 | 1100100 | 111010 | 10010 | 1100100 | 10101 |
Color Harmonies of #6A2000
Complementary color
Monochromatic Colors of #6A2000
Black with #6A2000
Text Example
Text Example
White with #6A2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2000; }
p { color: rgb(106,32,0); }
H1.HeaderClassName
{
color: #6A2000;
}
.AnyTagClassName
{
color: #6A2000;
}
</style>
background-color css
<style>
a { background-color: #6A2000; }
a { background-color: rgb(106,32,0); }
div.DivClassName
{
background-color: #6A2000;
}
.BgClassName
{
background-color: #6A2000;
}
</style>
border-color css
<style>
span { border-color: #6A2000; }
span { border-color: rgb(106,32,0); }
td.TdClassName
{
border-color: #6A2000;
}
.TagClassName
{
border-color: #6A2000;
}
</style>