Shades of Verdigris #69683A
Tints of Verdigris #69683A
RGB
CMYK
RGB Variations
Color information
#69683A (or 0x69683A) is known color: Verdigris. HEX triplet: 69, 68 and 3A. RGB value is (105,104,58). Sum of RGB (Red+Green+Blue) = 105+104+58=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #69683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69683A is #9697C5. Grayscale: #636363. Windows color (decimal): -9869254 or 3827817. OLE color: 3827817.
HSL color Cylindrical-coordinate representation of color #69683A: hue angle of 58.72º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69683A is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 104 | 58 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.59 |
| HSL | 58.72º | 0.29% | 0.32% | - |
| HSV(B) | 58.72º | 0.45% | 0.41% | - |
| XYZ | 11.54 | 13.21 | 5.94 | - |
| YUV | 99.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 104 | 58 | 0 | 0.01 | 0.45 | 0.59 | 58.72 | 0.29 | 0.32 |
| Hex | 69 | 68 | 3A | 0 | 1 | 2D | 3B | 3B | 1D | 20 |
| Octal | 151 | 150 | 72 | 0 | 1 | 55 | 73 | 73 | 35 | 40 |
| Binary | 1101001 | 1101000 | 111010 | 0 | 1 | 101101 | 111011 | 111011 | 11101 | 100000 |
Color Harmonies of #69683A
Complementary color
Monochromatic Colors of #69683A
Black with #69683A
Text Example
Text Example
White with #69683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69683A; }
p { color: rgb(105,104,58); }
H1.HeaderClassName
{
color: #69683A;
}
.AnyTagClassName
{
color: #69683A;
}
</style>
background-color css
<style>
a { background-color: #69683A; }
a { background-color: rgb(105,104,58); }
div.DivClassName
{
background-color: #69683A;
}
.BgClassName
{
background-color: #69683A;
}
</style>
border-color css
<style>
span { border-color: #69683A; }
span { border-color: rgb(105,104,58); }
td.TdClassName
{
border-color: #69683A;
}
.TagClassName
{
border-color: #69683A;
}
</style>