Shades of Baker's Chocolate #69240B
Tints of Baker's Chocolate #69240B
RGB
CMYK
RGB Variations
Color information
#69240B (or 0x69240B) is known color: Baker's Chocolate. HEX triplet: 69, 24 and 0B. RGB value is (105,36,11). Sum of RGB (Red+Green+Blue) = 105+36+11=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #69240B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69240B is #96DBF4. Grayscale: #353535. Windows color (decimal): -9886709 or 730217. OLE color: 730217.
HSL color Cylindrical-coordinate representation of color #69240B: hue angle of 15.96º degrees, saturation: 0.81, 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 #69240B is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 36 | 11 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.59 |
| HSL | 15.96º | 0.81% | 0.23% | - |
| HSV(B) | 15.96º | 0.9% | 0.41% | - |
| XYZ | 6.52 | 4.29 | 0.8 | - |
| YUV | 53.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 11 | 0 | 0.66 | 0.90 | 0.59 | 15.96 | 0.81 | 0.23 |
| Hex | 69 | 24 | B | 0 | 42 | 5A | 3B | 10 | 51 | 17 |
| Octal | 151 | 44 | 13 | 0 | 102 | 132 | 73 | 20 | 121 | 27 |
| Binary | 1101001 | 100100 | 1011 | 0 | 1000010 | 1011010 | 111011 | 10000 | 1010001 | 10111 |
Color Harmonies of #69240B
Complementary color
Monochromatic Colors of #69240B
Black with #69240B
Text Example
Text Example
White with #69240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69240B; }
p { color: rgb(105,36,11); }
H1.HeaderClassName
{
color: #69240B;
}
.AnyTagClassName
{
color: #69240B;
}
</style>
background-color css
<style>
a { background-color: #69240B; }
a { background-color: rgb(105,36,11); }
div.DivClassName
{
background-color: #69240B;
}
.BgClassName
{
background-color: #69240B;
}
</style>
border-color css
<style>
span { border-color: #69240B; }
span { border-color: rgb(105,36,11); }
td.TdClassName
{
border-color: #69240B;
}
.TagClassName
{
border-color: #69240B;
}
</style>