Shades of Verdigris #696139
Tints of Verdigris #696139
RGB
CMYK
RGB Variations
Color information
#696139 (or 0x696139) is known color: Verdigris. HEX triplet: 69, 61 and 39. RGB value is (105,97,57). Sum of RGB (Red+Green+Blue) = 105+97+57=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #696139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696139 is #969EC6. Grayscale: #5E5E5E. Windows color (decimal): -9871047 or 3760489. OLE color: 3760489.
HSL color Cylindrical-coordinate representation of color #696139: hue angle of 50º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #696139 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 97 | 57 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.59 |
| HSL | 50º | 0.3% | 0.32% | - |
| HSV(B) | 50º | 0.46% | 0.41% | - |
| XYZ | 10.84 | 11.85 | 5.59 | - |
| YUV | 94.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 97 | 57 | 0 | 0.08 | 0.46 | 0.59 | 50 | 0.3 | 0.32 |
| Hex | 69 | 61 | 39 | 0 | 8 | 2E | 3B | 32 | 1E | 20 |
| Octal | 151 | 141 | 71 | 0 | 10 | 56 | 73 | 62 | 36 | 40 |
| Binary | 1101001 | 1100001 | 111001 | 0 | 1000 | 101110 | 111011 | 110010 | 11110 | 100000 |
Color Harmonies of #696139
Complementary color
Monochromatic Colors of #696139
Black with #696139
Text Example
Text Example
White with #696139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696139; }
p { color: rgb(105,97,57); }
H1.HeaderClassName
{
color: #696139;
}
.AnyTagClassName
{
color: #696139;
}
</style>
background-color css
<style>
a { background-color: #696139; }
a { background-color: rgb(105,97,57); }
div.DivClassName
{
background-color: #696139;
}
.BgClassName
{
background-color: #696139;
}
</style>
border-color css
<style>
span { border-color: #696139; }
span { border-color: rgb(105,97,57); }
td.TdClassName
{
border-color: #696139;
}
.TagClassName
{
border-color: #696139;
}
</style>