Shades of Baker's Chocolate #692E00
Tints of Baker's Chocolate #692E00
RGB
CMYK
RGB Variations
Color information
#692E00 (or 0x692E00) is known color: Baker's Chocolate. HEX triplet: 69, 2E and 00. RGB value is (105,46,0). Sum of RGB (Red+Green+Blue) = 105+46+0=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #692E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692E00 is #96D1FF. Grayscale: #3A3A3A. Windows color (decimal): -9884160 or 11881. OLE color: 11881.
HSL color Cylindrical-coordinate representation of color #692E00: hue angle of 26.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #692E00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 46 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.59 |
| HSL | 26.29º | 1% | 0.21% | - |
| HSV(B) | 26.29º | 1% | 0.41% | - |
| XYZ | 6.8 | 4.96 | 0.6 | - |
| YUV | 58.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 46 | 0 | 0 | 0.56 | 1 | 0.59 | 26.29 | 1 | 0.21 |
| Hex | 69 | 2E | 0 | 0 | 38 | 64 | 3B | 1A | 64 | 15 |
| Octal | 151 | 56 | 0 | 0 | 70 | 144 | 73 | 32 | 144 | 25 |
| Binary | 1101001 | 101110 | 0 | 0 | 111000 | 1100100 | 111011 | 11010 | 1100100 | 10101 |
Color Harmonies of #692E00
Complementary color
Monochromatic Colors of #692E00
Black with #692E00
Text Example
Text Example
White with #692E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692E00; }
p { color: rgb(105,46,0); }
H1.HeaderClassName
{
color: #692E00;
}
.AnyTagClassName
{
color: #692E00;
}
</style>
background-color css
<style>
a { background-color: #692E00; }
a { background-color: rgb(105,46,0); }
div.DivClassName
{
background-color: #692E00;
}
.BgClassName
{
background-color: #692E00;
}
</style>
border-color css
<style>
span { border-color: #692E00; }
span { border-color: rgb(105,46,0); }
td.TdClassName
{
border-color: #692E00;
}
.TagClassName
{
border-color: #692E00;
}
</style>