Shades of Verdigris #696434
Tints of Verdigris #696434
RGB
CMYK
RGB Variations
Color information
#696434 (or 0x696434) is known color: Verdigris. HEX triplet: 69, 64 and 34. RGB value is (105,100,52). Sum of RGB (Red+Green+Blue) = 105+100+52=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #696434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696434 is #969BCB. Grayscale: #606060. Windows color (decimal): -9870284 or 3433577. OLE color: 3433577.
HSL color Cylindrical-coordinate representation of color #696434: hue angle of 54.34º degrees, saturation: 0.34, 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 #696434 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 100 | 52 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.59 |
| HSL | 54.34º | 0.34% | 0.31% | - |
| HSV(B) | 54.34º | 0.5% | 0.41% | - |
| XYZ | 11 | 12.37 | 5.06 | - |
| YUV | 96.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 100 | 52 | 0 | 0.05 | 0.50 | 0.59 | 54.34 | 0.34 | 0.31 |
| Hex | 69 | 64 | 34 | 0 | 5 | 32 | 3B | 36 | 22 | 1F |
| Octal | 151 | 144 | 64 | 0 | 5 | 62 | 73 | 66 | 42 | 37 |
| Binary | 1101001 | 1100100 | 110100 | 0 | 101 | 110010 | 111011 | 110110 | 100010 | 11111 |
Color Harmonies of #696434
Complementary color
Monochromatic Colors of #696434
Black with #696434
Text Example
Text Example
White with #696434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696434; }
p { color: rgb(105,100,52); }
H1.HeaderClassName
{
color: #696434;
}
.AnyTagClassName
{
color: #696434;
}
</style>
background-color css
<style>
a { background-color: #696434; }
a { background-color: rgb(105,100,52); }
div.DivClassName
{
background-color: #696434;
}
.BgClassName
{
background-color: #696434;
}
</style>
border-color css
<style>
span { border-color: #696434; }
span { border-color: rgb(105,100,52); }
td.TdClassName
{
border-color: #696434;
}
.TagClassName
{
border-color: #696434;
}
</style>