Shades of Verdigris #696839
Tints of Verdigris #696839
RGB
CMYK
RGB Variations
Color information
#696839 (or 0x696839) is known color: Verdigris. HEX triplet: 69, 68 and 39. RGB value is (105,104,57). Sum of RGB (Red+Green+Blue) = 105+104+57=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #696839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696839 is #9697C6. Grayscale: #636363. Windows color (decimal): -9869255 or 3762281. OLE color: 3762281.
HSL color Cylindrical-coordinate representation of color #696839: hue angle of 58.75º 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 #696839 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 57 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.59 |
| HSL | 58.75º | 0.3% | 0.32% | - |
| HSV(B) | 58.75º | 0.46% | 0.41% | - |
| XYZ | 11.51 | 13.2 | 5.81 | - |
| YUV | 98.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 57 | 0 | 0.01 | 0.46 | 0.59 | 58.75 | 0.3 | 0.32 |
| Hex | 69 | 68 | 39 | 0 | 1 | 2E | 3B | 3B | 1E | 20 |
| Octal | 151 | 150 | 71 | 0 | 1 | 56 | 73 | 73 | 36 | 40 |
| Binary | 1101001 | 1101000 | 111001 | 0 | 1 | 101110 | 111011 | 111011 | 11110 | 100000 |
Color Harmonies of #696839
Complementary color
Monochromatic Colors of #696839
Black with #696839
Text Example
Text Example
White with #696839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696839; }
p { color: rgb(105,104,57); }
H1.HeaderClassName
{
color: #696839;
}
.AnyTagClassName
{
color: #696839;
}
</style>
background-color css
<style>
a { background-color: #696839; }
a { background-color: rgb(105,104,57); }
div.DivClassName
{
background-color: #696839;
}
.BgClassName
{
background-color: #696839;
}
</style>
border-color css
<style>
span { border-color: #696839; }
span { border-color: rgb(105,104,57); }
td.TdClassName
{
border-color: #696839;
}
.TagClassName
{
border-color: #696839;
}
</style>