Shades of Baker's Chocolate #6A350B
Tints of Baker's Chocolate #6A350B
RGB
CMYK
RGB Variations
Color information
#6A350B (or 0x6A350B) is known color: Baker's Chocolate. HEX triplet: 6A, 35 and 0B. RGB value is (106,53,11). Sum of RGB (Red+Green+Blue) = 106+53+11=170 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.35% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 11 (4.69% from 255 or 6.47% from 170); Max value from RGB is 106 - color contains mainly: red. Hex color #6A350B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A350B is #95CAF4. Grayscale: #404040. Windows color (decimal): -9816821 or 734570. OLE color: 734570.
HSL color Cylindrical-coordinate representation of color #6A350B: hue angle of 26.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A350B is Cyan = 0, Magento = 0.5, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 53 | 11 | - |
| CMYK | 0 | 0.5 | 0.90 | 0.58 |
| HSL | 26.53º | 0.81% | 0.23% | - |
| HSV(B) | 26.53º | 0.9% | 0.42% | - |
| XYZ | 7.28 | 5.63 | 1.02 | - |
| YUV | 64.06 | 98.06 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 53 | 11 | 0 | 0.5 | 0.90 | 0.58 | 26.53 | 0.81 | 0.23 |
| Hex | 6A | 35 | B | 0 | 32 | 5A | 3A | 1B | 51 | 17 |
| Octal | 152 | 65 | 13 | 0 | 62 | 132 | 72 | 33 | 121 | 27 |
| Binary | 1101010 | 110101 | 1011 | 0 | 110010 | 1011010 | 111010 | 11011 | 1010001 | 10111 |
Color Harmonies of #6A350B
Complementary color
Monochromatic Colors of #6A350B
Black with #6A350B
Text Example
Text Example
White with #6A350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A350B; }
p { color: rgb(106,53,11); }
H1.HeaderClassName
{
color: #6A350B;
}
.AnyTagClassName
{
color: #6A350B;
}
</style>
background-color css
<style>
a { background-color: #6A350B; }
a { background-color: rgb(106,53,11); }
div.DivClassName
{
background-color: #6A350B;
}
.BgClassName
{
background-color: #6A350B;
}
</style>
border-color css
<style>
span { border-color: #6A350B; }
span { border-color: rgb(106,53,11); }
td.TdClassName
{
border-color: #6A350B;
}
.TagClassName
{
border-color: #6A350B;
}
</style>