Shades of Baker's Chocolate #692A09
Tints of Baker's Chocolate #692A09
RGB
CMYK
RGB Variations
Color information
#692A09 (or 0x692A09) is known color: Baker's Chocolate. HEX triplet: 69, 2A and 09. RGB value is (105,42,9). Sum of RGB (Red+Green+Blue) = 105+42+9=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #692A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692A09 is #96D5F6. Grayscale: #393939. Windows color (decimal): -9885175 or 600681. OLE color: 600681.
HSL color Cylindrical-coordinate representation of color #692A09: hue angle of 20.62º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #692A09 is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 42 | 9 | - |
| CMYK | 0 | 0.6 | 0.91 | 0.59 |
| HSL | 20.63º | 0.84% | 0.22% | - |
| HSV(B) | 20.63º | 0.91% | 0.41% | - |
| XYZ | 6.7 | 4.68 | 0.81 | - |
| YUV | 57.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 9 | 0 | 0.6 | 0.91 | 0.59 | 20.63 | 0.84 | 0.22 |
| Hex | 69 | 2A | 9 | 0 | 3C | 5B | 3B | 15 | 54 | 16 |
| Octal | 151 | 52 | 11 | 0 | 74 | 133 | 73 | 25 | 124 | 26 |
| Binary | 1101001 | 101010 | 1001 | 0 | 111100 | 1011011 | 111011 | 10101 | 1010100 | 10110 |
Color Harmonies of #692A09
Complementary color
Monochromatic Colors of #692A09
Black with #692A09
Text Example
Text Example
White with #692A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A09; }
p { color: rgb(105,42,9); }
H1.HeaderClassName
{
color: #692A09;
}
.AnyTagClassName
{
color: #692A09;
}
</style>
background-color css
<style>
a { background-color: #692A09; }
a { background-color: rgb(105,42,9); }
div.DivClassName
{
background-color: #692A09;
}
.BgClassName
{
background-color: #692A09;
}
</style>
border-color css
<style>
span { border-color: #692A09; }
span { border-color: rgb(105,42,9); }
td.TdClassName
{
border-color: #692A09;
}
.TagClassName
{
border-color: #692A09;
}
</style>