Shades of Baker's Chocolate #6A2D03
Tints of Baker's Chocolate #6A2D03
RGB
CMYK
RGB Variations
Color information
#6A2D03 (or 0x6A2D03) is known color: Baker's Chocolate. HEX triplet: 6A, 2D and 03. RGB value is (106,45,3). Sum of RGB (Red+Green+Blue) = 106+45+3=154 (20% of max value = 765). Red value is 106 (41.80% from 255 or 68.83% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2D03 is #95D2FC. Grayscale: #3A3A3A. Windows color (decimal): -9818877 or 208234. OLE color: 208234.
HSL color Cylindrical-coordinate representation of color #6A2D03: hue angle of 24.47º 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 #6A2D03 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 45 | 3 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.58 |
| HSL | 24.47º | 0.94% | 0.21% | - |
| HSV(B) | 24.47º | 0.97% | 0.42% | - |
| XYZ | 6.9 | 4.95 | 0.68 | - |
| YUV | 58.45 | 96.71 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 45 | 3 | 0 | 0.58 | 0.97 | 0.58 | 24.47 | 0.94 | 0.21 |
| Hex | 6A | 2D | 3 | 0 | 3A | 61 | 3A | 18 | 5E | 15 |
| Octal | 152 | 55 | 3 | 0 | 72 | 141 | 72 | 30 | 136 | 25 |
| Binary | 1101010 | 101101 | 11 | 0 | 111010 | 1100001 | 111010 | 11000 | 1011110 | 10101 |
Color Harmonies of #6A2D03
Complementary color
Monochromatic Colors of #6A2D03
Black with #6A2D03
Text Example
Text Example
White with #6A2D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2D03; }
p { color: rgb(106,45,3); }
H1.HeaderClassName
{
color: #6A2D03;
}
.AnyTagClassName
{
color: #6A2D03;
}
</style>
background-color css
<style>
a { background-color: #6A2D03; }
a { background-color: rgb(106,45,3); }
div.DivClassName
{
background-color: #6A2D03;
}
.BgClassName
{
background-color: #6A2D03;
}
</style>
border-color css
<style>
span { border-color: #6A2D03; }
span { border-color: rgb(106,45,3); }
td.TdClassName
{
border-color: #6A2D03;
}
.TagClassName
{
border-color: #6A2D03;
}
</style>