Shades of Verdigris #696541
Tints of Verdigris #696541
RGB
CMYK
RGB Variations
Color information
#696541 (or 0x696541) is known color: Verdigris. HEX triplet: 69, 65 and 41. RGB value is (105,101,65). Sum of RGB (Red+Green+Blue) = 105+101+65=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #696541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696541 is #969ABE. Grayscale: #626262. Windows color (decimal): -9870015 or 4285801. OLE color: 4285801.
HSL color Cylindrical-coordinate representation of color #696541: hue angle of 54º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #696541 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 101 | 65 | - |
| CMYK | 0 | 0.04 | 0.38 | 0.59 |
| HSL | 54º | 0.24% | 0.33% | - |
| HSV(B) | 54º | 0.38% | 0.41% | - |
| XYZ | 11.43 | 12.69 | 6.85 | - |
| YUV | 98.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 65 | 0 | 0.04 | 0.38 | 0.59 | 54 | 0.24 | 0.33 |
| Hex | 69 | 65 | 41 | 0 | 4 | 26 | 3B | 36 | 18 | 21 |
| Octal | 151 | 145 | 101 | 0 | 4 | 46 | 73 | 66 | 30 | 41 |
| Binary | 1101001 | 1100101 | 1000001 | 0 | 100 | 100110 | 111011 | 110110 | 11000 | 100001 |
Color Harmonies of #696541
Complementary color
Monochromatic Colors of #696541
Black with #696541
Text Example
Text Example
White with #696541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696541; }
p { color: rgb(105,101,65); }
H1.HeaderClassName
{
color: #696541;
}
.AnyTagClassName
{
color: #696541;
}
</style>
background-color css
<style>
a { background-color: #696541; }
a { background-color: rgb(105,101,65); }
div.DivClassName
{
background-color: #696541;
}
.BgClassName
{
background-color: #696541;
}
</style>
border-color css
<style>
span { border-color: #696541; }
span { border-color: rgb(105,101,65); }
td.TdClassName
{
border-color: #696541;
}
.TagClassName
{
border-color: #696541;
}
</style>