Shades of Verdigris #69693E
Tints of Verdigris #69693E
RGB
CMYK
RGB Variations
Color information
#69693E (or 0x69693E) is known color: Verdigris. HEX triplet: 69, 69 and 3E. RGB value is (105,105,62). Sum of RGB (Red+Green+Blue) = 105+105+62=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 105 - color contains mainly: red, green. Hex color #69693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69693E is #9696C1. Grayscale: #646464. Windows color (decimal): -9868994 or 4090217. OLE color: 4090217.
HSL color Cylindrical-coordinate representation of color #69693E: hue angle of 60º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69693E is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 62 | - |
| CMYK | 0 | 0 | 0.41 | 0.59 |
| HSL | 60º | 0.26% | 0.33% | - |
| HSV(B) | 60º | 0.41% | 0.41% | - |
| XYZ | 11.75 | 13.45 | 6.54 | - |
| YUV | 100.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 62 | 0 | 0 | 0.41 | 0.59 | 60 | 0.26 | 0.33 |
| Hex | 69 | 69 | 3E | 0 | 0 | 29 | 3B | 3C | 1A | 21 |
| Octal | 151 | 151 | 76 | 0 | 0 | 51 | 73 | 74 | 32 | 41 |
| Binary | 1101001 | 1101001 | 111110 | 0 | 0 | 101001 | 111011 | 111100 | 11010 | 100001 |
Color Harmonies of #69693E
Complementary color
Monochromatic Colors of #69693E
Black with #69693E
Text Example
Text Example
White with #69693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69693E; }
p { color: rgb(105,105,62); }
H1.HeaderClassName
{
color: #69693E;
}
.AnyTagClassName
{
color: #69693E;
}
</style>
background-color css
<style>
a { background-color: #69693E; }
a { background-color: rgb(105,105,62); }
div.DivClassName
{
background-color: #69693E;
}
.BgClassName
{
background-color: #69693E;
}
</style>
border-color css
<style>
span { border-color: #69693E; }
span { border-color: rgb(105,105,62); }
td.TdClassName
{
border-color: #69693E;
}
.TagClassName
{
border-color: #69693E;
}
</style>