Shades of Baker's Chocolate #6A2A03
Tints of Baker's Chocolate #6A2A03
RGB
CMYK
RGB Variations
Color information
#6A2A03 (or 0x6A2A03) is known color: Baker's Chocolate. HEX triplet: 6A, 2A and 03. RGB value is (106,42,3). Sum of RGB (Red+Green+Blue) = 106+42+3=151 (20% of max value = 765). Red value is 106 (41.80% from 255 or 70.20% from 151); Green value is 42 (16.80% from 255 or 27.81% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2A03 is #95D5FC. Grayscale: #383838. Windows color (decimal): -9819645 or 207466. OLE color: 207466.
HSL color Cylindrical-coordinate representation of color #6A2A03: hue angle of 22.72º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6A2A03 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 42 | 3 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.58 |
| HSL | 22.72º | 0.94% | 0.21% | - |
| HSV(B) | 22.72º | 0.97% | 0.42% | - |
| XYZ | 6.79 | 4.73 | 0.64 | - |
| YUV | 56.69 | 97.7 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 3 | 0 | 0.60 | 0.97 | 0.58 | 22.72 | 0.94 | 0.21 |
| Hex | 6A | 2A | 3 | 0 | 3C | 61 | 3A | 17 | 5E | 15 |
| Octal | 152 | 52 | 3 | 0 | 74 | 141 | 72 | 27 | 136 | 25 |
| Binary | 1101010 | 101010 | 11 | 0 | 111100 | 1100001 | 111010 | 10111 | 1011110 | 10101 |
Color Harmonies of #6A2A03
Complementary color
Monochromatic Colors of #6A2A03
Black with #6A2A03
Text Example
Text Example
White with #6A2A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A03; }
p { color: rgb(106,42,3); }
H1.HeaderClassName
{
color: #6A2A03;
}
.AnyTagClassName
{
color: #6A2A03;
}
</style>
background-color css
<style>
a { background-color: #6A2A03; }
a { background-color: rgb(106,42,3); }
div.DivClassName
{
background-color: #6A2A03;
}
.BgClassName
{
background-color: #6A2A03;
}
</style>
border-color css
<style>
span { border-color: #6A2A03; }
span { border-color: rgb(106,42,3); }
td.TdClassName
{
border-color: #6A2A03;
}
.TagClassName
{
border-color: #6A2A03;
}
</style>