Shades of Baker's Chocolate #6B250D
Tints of Baker's Chocolate #6B250D
RGB
CMYK
RGB Variations
Color information
#6B250D (or 0x6B250D) is known color: Baker's Chocolate. HEX triplet: 6B, 25 and 0D. RGB value is (107,37,13). Sum of RGB (Red+Green+Blue) = 107+37+13=157 (20% of max value = 765). Red value is 107 (42.19% from 255 or 68.15% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 107 - color contains mainly: red. Hex color #6B250D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B250D is #94DAF2. Grayscale: #373737. Windows color (decimal): -9755379 or 861547. OLE color: 861547.
HSL color Cylindrical-coordinate representation of color #6B250D: hue angle of 15.32º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6B250D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 37 | 13 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.58 |
| HSL | 15.32º | 0.78% | 0.24% | - |
| HSV(B) | 15.32º | 0.88% | 0.42% | - |
| XYZ | 6.8 | 4.48 | 0.89 | - |
| YUV | 55.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 37 | 13 | 0 | 0.65 | 0.88 | 0.58 | 15.32 | 0.78 | 0.24 |
| Hex | 6B | 25 | D | 0 | 41 | 58 | 3A | F | 4E | 18 |
| Octal | 153 | 45 | 15 | 0 | 101 | 130 | 72 | 17 | 116 | 30 |
| Binary | 1101011 | 100101 | 1101 | 0 | 1000001 | 1011000 | 111010 | 1111 | 1001110 | 11000 |
Color Harmonies of #6B250D
Complementary color
Monochromatic Colors of #6B250D
Black with #6B250D
Text Example
Text Example
White with #6B250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B250D; }
p { color: rgb(107,37,13); }
H1.HeaderClassName
{
color: #6B250D;
}
.AnyTagClassName
{
color: #6B250D;
}
</style>
background-color css
<style>
a { background-color: #6B250D; }
a { background-color: rgb(107,37,13); }
div.DivClassName
{
background-color: #6B250D;
}
.BgClassName
{
background-color: #6B250D;
}
</style>
border-color css
<style>
span { border-color: #6B250D; }
span { border-color: rgb(107,37,13); }
td.TdClassName
{
border-color: #6B250D;
}
.TagClassName
{
border-color: #6B250D;
}
</style>