Shades of Baker's Chocolate #69240D
Tints of Baker's Chocolate #69240D
RGB
CMYK
RGB Variations
Color information
#69240D (or 0x69240D) is known color: Baker's Chocolate. HEX triplet: 69, 24 and 0D. RGB value is (105,36,13). Sum of RGB (Red+Green+Blue) = 105+36+13=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69240D is #96DBF2. Grayscale: #363636. Windows color (decimal): -9886707 or 861289. OLE color: 861289.
HSL color Cylindrical-coordinate representation of color #69240D: hue angle of 15º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69240D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 36 | 13 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.59 |
| HSL | 15º | 0.78% | 0.23% | - |
| HSV(B) | 15º | 0.88% | 0.41% | - |
| XYZ | 6.53 | 4.29 | 0.87 | - |
| YUV | 54.01 | 104.86 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 13 | 0 | 0.66 | 0.88 | 0.59 | 15 | 0.78 | 0.23 |
| Hex | 69 | 24 | D | 0 | 42 | 58 | 3B | F | 4E | 17 |
| Octal | 151 | 44 | 15 | 0 | 102 | 130 | 73 | 17 | 116 | 27 |
| Binary | 1101001 | 100100 | 1101 | 0 | 1000010 | 1011000 | 111011 | 1111 | 1001110 | 10111 |
Color Harmonies of #69240D
Complementary color
Monochromatic Colors of #69240D
Black with #69240D
Text Example
Text Example
White with #69240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69240D; }
p { color: rgb(105,36,13); }
H1.HeaderClassName
{
color: #69240D;
}
.AnyTagClassName
{
color: #69240D;
}
</style>
background-color css
<style>
a { background-color: #69240D; }
a { background-color: rgb(105,36,13); }
div.DivClassName
{
background-color: #69240D;
}
.BgClassName
{
background-color: #69240D;
}
</style>
border-color css
<style>
span { border-color: #69240D; }
span { border-color: rgb(105,36,13); }
td.TdClassName
{
border-color: #69240D;
}
.TagClassName
{
border-color: #69240D;
}
</style>