Shades of Baker's Chocolate #69210A
Tints of Baker's Chocolate #69210A
RGB
CMYK
RGB Variations
Color information
#69210A (or 0x69210A) is known color: Baker's Chocolate. HEX triplet: 69, 21 and 0A. RGB value is (105,33,10). Sum of RGB (Red+Green+Blue) = 105+33+10=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #69210A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69210A is #96DEF5. Grayscale: #343434. Windows color (decimal): -9887478 or 663913. OLE color: 663913.
HSL color Cylindrical-coordinate representation of color #69210A: hue angle of 14.53º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69210A is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 33 | 10 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.59 |
| HSL | 14.53º | 0.83% | 0.23% | - |
| HSV(B) | 14.53º | 0.9% | 0.41% | - |
| XYZ | 6.42 | 4.11 | 0.74 | - |
| YUV | 51.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 10 | 0 | 0.69 | 0.90 | 0.59 | 14.53 | 0.83 | 0.23 |
| Hex | 69 | 21 | A | 0 | 45 | 5A | 3B | F | 53 | 17 |
| Octal | 151 | 41 | 12 | 0 | 105 | 132 | 73 | 17 | 123 | 27 |
| Binary | 1101001 | 100001 | 1010 | 0 | 1000101 | 1011010 | 111011 | 1111 | 1010011 | 10111 |
Color Harmonies of #69210A
Complementary color
Monochromatic Colors of #69210A
Black with #69210A
Text Example
Text Example
White with #69210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69210A; }
p { color: rgb(105,33,10); }
H1.HeaderClassName
{
color: #69210A;
}
.AnyTagClassName
{
color: #69210A;
}
</style>
background-color css
<style>
a { background-color: #69210A; }
a { background-color: rgb(105,33,10); }
div.DivClassName
{
background-color: #69210A;
}
.BgClassName
{
background-color: #69210A;
}
</style>
border-color css
<style>
span { border-color: #69210A; }
span { border-color: rgb(105,33,10); }
td.TdClassName
{
border-color: #69210A;
}
.TagClassName
{
border-color: #69210A;
}
</style>