Shades of Baker's Chocolate #6A2507
Tints of Baker's Chocolate #6A2507
RGB
CMYK
RGB Variations
Color information
#6A2507 (or 0x6A2507) is known color: Baker's Chocolate. HEX triplet: 6A, 25 and 07. RGB value is (106,37,7). Sum of RGB (Red+Green+Blue) = 106+37+7=150 (19% of max value = 765). Red value is 106 (41.80% from 255 or 70.67% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6A2507 is #95DAF8. Grayscale: #363636. Windows color (decimal): -9820921 or 468330. OLE color: 468330.
HSL color Cylindrical-coordinate representation of color #6A2507: hue angle of 18.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A2507 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 7 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.58 |
| HSL | 18.18º | 0.88% | 0.22% | - |
| HSV(B) | 18.18º | 0.93% | 0.42% | - |
| XYZ | 6.64 | 4.4 | 0.7 | - |
| YUV | 54.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 7 | 0 | 0.65 | 0.93 | 0.58 | 18.18 | 0.88 | 0.22 |
| Hex | 6A | 25 | 7 | 0 | 41 | 5D | 3A | 12 | 58 | 16 |
| Octal | 152 | 45 | 7 | 0 | 101 | 135 | 72 | 22 | 130 | 26 |
| Binary | 1101010 | 100101 | 111 | 0 | 1000001 | 1011101 | 111010 | 10010 | 1011000 | 10110 |
Color Harmonies of #6A2507
Complementary color
Monochromatic Colors of #6A2507
Black with #6A2507
Text Example
Text Example
White with #6A2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2507; }
p { color: rgb(106,37,7); }
H1.HeaderClassName
{
color: #6A2507;
}
.AnyTagClassName
{
color: #6A2507;
}
</style>
background-color css
<style>
a { background-color: #6A2507; }
a { background-color: rgb(106,37,7); }
div.DivClassName
{
background-color: #6A2507;
}
.BgClassName
{
background-color: #6A2507;
}
</style>
border-color css
<style>
span { border-color: #6A2507; }
span { border-color: rgb(106,37,7); }
td.TdClassName
{
border-color: #6A2507;
}
.TagClassName
{
border-color: #6A2507;
}
</style>