Shades of Baker's Chocolate #692A07
Tints of Baker's Chocolate #692A07
RGB
CMYK
RGB Variations
Color information
#692A07 (or 0x692A07) is known color: Baker's Chocolate. HEX triplet: 69, 2A and 07. RGB value is (105,42,7). Sum of RGB (Red+Green+Blue) = 105+42+7=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #692A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692A07 is #96D5F8. Grayscale: #393939. Windows color (decimal): -9885177 or 469609. OLE color: 469609.
HSL color Cylindrical-coordinate representation of color #692A07: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #692A07 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 42 | 7 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.59 |
| HSL | 21.43º | 0.88% | 0.22% | - |
| HSV(B) | 21.43º | 0.93% | 0.41% | - |
| XYZ | 6.69 | 4.67 | 0.75 | - |
| YUV | 56.85 | 99.87 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 42 | 7 | 0 | 0.6 | 0.93 | 0.59 | 21.43 | 0.88 | 0.22 |
| Hex | 69 | 2A | 7 | 0 | 3C | 5D | 3B | 15 | 58 | 16 |
| Octal | 151 | 52 | 7 | 0 | 74 | 135 | 73 | 25 | 130 | 26 |
| Binary | 1101001 | 101010 | 111 | 0 | 111100 | 1011101 | 111011 | 10101 | 1011000 | 10110 |
Color Harmonies of #692A07
Complementary color
Monochromatic Colors of #692A07
Black with #692A07
Text Example
Text Example
White with #692A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692A07; }
p { color: rgb(105,42,7); }
H1.HeaderClassName
{
color: #692A07;
}
.AnyTagClassName
{
color: #692A07;
}
</style>
background-color css
<style>
a { background-color: #692A07; }
a { background-color: rgb(105,42,7); }
div.DivClassName
{
background-color: #692A07;
}
.BgClassName
{
background-color: #692A07;
}
</style>
border-color css
<style>
span { border-color: #692A07; }
span { border-color: rgb(105,42,7); }
td.TdClassName
{
border-color: #692A07;
}
.TagClassName
{
border-color: #692A07;
}
</style>