Shades of Baker's Chocolate #69290F
Tints of Baker's Chocolate #69290F
RGB
CMYK
RGB Variations
Color information
#69290F (or 0x69290F) is known color: Baker's Chocolate. HEX triplet: 69, 29 and 0F. RGB value is (105,41,15). Sum of RGB (Red+Green+Blue) = 105+41+15=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #69290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69290F is #96D6F0. Grayscale: #393939. Windows color (decimal): -9885425 or 993641. OLE color: 993641.
HSL color Cylindrical-coordinate representation of color #69290F: hue angle of 17.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69290F is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 41 | 15 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.59 |
| HSL | 17.33º | 0.75% | 0.24% | - |
| HSV(B) | 17.33º | 0.86% | 0.41% | - |
| XYZ | 6.7 | 4.62 | 0.99 | - |
| YUV | 57.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 41 | 15 | 0 | 0.61 | 0.86 | 0.59 | 17.33 | 0.75 | 0.24 |
| Hex | 69 | 29 | F | 0 | 3D | 56 | 3B | 11 | 4B | 18 |
| Octal | 151 | 51 | 17 | 0 | 75 | 126 | 73 | 21 | 113 | 30 |
| Binary | 1101001 | 101001 | 1111 | 0 | 111101 | 1010110 | 111011 | 10001 | 1001011 | 11000 |
Color Harmonies of #69290F
Complementary color
Monochromatic Colors of #69290F
Black with #69290F
Text Example
Text Example
White with #69290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69290F; }
p { color: rgb(105,41,15); }
H1.HeaderClassName
{
color: #69290F;
}
.AnyTagClassName
{
color: #69290F;
}
</style>
background-color css
<style>
a { background-color: #69290F; }
a { background-color: rgb(105,41,15); }
div.DivClassName
{
background-color: #69290F;
}
.BgClassName
{
background-color: #69290F;
}
</style>
border-color css
<style>
span { border-color: #69290F; }
span { border-color: rgb(105,41,15); }
td.TdClassName
{
border-color: #69290F;
}
.TagClassName
{
border-color: #69290F;
}
</style>