Shades of Verdigris #696635
Tints of Verdigris #696635
RGB
CMYK
RGB Variations
Color information
#696635 (or 0x696635) is known color: Verdigris. HEX triplet: 69, 66 and 35. RGB value is (105,102,53). Sum of RGB (Red+Green+Blue) = 105+102+53=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #696635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696635 is #9699CA. Grayscale: #616161. Windows color (decimal): -9869771 or 3499625. OLE color: 3499625.
HSL color Cylindrical-coordinate representation of color #696635: hue angle of 56.54º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #696635 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 102 | 53 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.59 |
| HSL | 56.54º | 0.33% | 0.31% | - |
| HSV(B) | 56.54º | 0.5% | 0.41% | - |
| XYZ | 11.22 | 12.76 | 5.24 | - |
| YUV | 97.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 102 | 53 | 0 | 0.03 | 0.50 | 0.59 | 56.54 | 0.33 | 0.31 |
| Hex | 69 | 66 | 35 | 0 | 3 | 32 | 3B | 39 | 21 | 1F |
| Octal | 151 | 146 | 65 | 0 | 3 | 62 | 73 | 71 | 41 | 37 |
| Binary | 1101001 | 1100110 | 110101 | 0 | 11 | 110010 | 111011 | 111001 | 100001 | 11111 |
Color Harmonies of #696635
Complementary color
Monochromatic Colors of #696635
Black with #696635
Text Example
Text Example
White with #696635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696635; }
p { color: rgb(105,102,53); }
H1.HeaderClassName
{
color: #696635;
}
.AnyTagClassName
{
color: #696635;
}
</style>
background-color css
<style>
a { background-color: #696635; }
a { background-color: rgb(105,102,53); }
div.DivClassName
{
background-color: #696635;
}
.BgClassName
{
background-color: #696635;
}
</style>
border-color css
<style>
span { border-color: #696635; }
span { border-color: rgb(105,102,53); }
td.TdClassName
{
border-color: #696635;
}
.TagClassName
{
border-color: #696635;
}
</style>