Shades of Baker's Chocolate #6A2203
Tints of Baker's Chocolate #6A2203
RGB
CMYK
RGB Variations
Color information
#6A2203 (or 0x6A2203) is known color: Baker's Chocolate. HEX triplet: 6A, 22 and 03. RGB value is (106,34,3). Sum of RGB (Red+Green+Blue) = 106+34+3=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2203 is #95DDFC. Grayscale: #343434. Windows color (decimal): -9821693 or 205418. OLE color: 205418.
HSL color Cylindrical-coordinate representation of color #6A2203: hue angle of 18.06º 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 #6A2203 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 34 | 3 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.58 |
| HSL | 18.06º | 0.94% | 0.21% | - |
| HSV(B) | 18.06º | 0.97% | 0.42% | - |
| XYZ | 6.53 | 4.21 | 0.56 | - |
| YUV | 51.99 | 100.35 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 34 | 3 | 0 | 0.68 | 0.97 | 0.58 | 18.06 | 0.94 | 0.21 |
| Hex | 6A | 22 | 3 | 0 | 44 | 61 | 3A | 12 | 5E | 15 |
| Octal | 152 | 42 | 3 | 0 | 104 | 141 | 72 | 22 | 136 | 25 |
| Binary | 1101010 | 100010 | 11 | 0 | 1000100 | 1100001 | 111010 | 10010 | 1011110 | 10101 |
Color Harmonies of #6A2203
Complementary color
Monochromatic Colors of #6A2203
Black with #6A2203
Text Example
Text Example
White with #6A2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2203; }
p { color: rgb(106,34,3); }
H1.HeaderClassName
{
color: #6A2203;
}
.AnyTagClassName
{
color: #6A2203;
}
</style>
background-color css
<style>
a { background-color: #6A2203; }
a { background-color: rgb(106,34,3); }
div.DivClassName
{
background-color: #6A2203;
}
.BgClassName
{
background-color: #6A2203;
}
</style>
border-color css
<style>
span { border-color: #6A2203; }
span { border-color: rgb(106,34,3); }
td.TdClassName
{
border-color: #6A2203;
}
.TagClassName
{
border-color: #6A2203;
}
</style>