Shades of Verdigris #686533
Tints of Verdigris #686533
RGB
CMYK
RGB Variations
Color information
#686533 (or 0x686533) is known color: Verdigris. HEX triplet: 68, 65 and 33. RGB value is (104,101,51). Sum of RGB (Red+Green+Blue) = 104+101+51=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 51 (20.31% from 255 or 19.92% from 256); Max value from RGB is 104 - color contains mainly: red. Hex color #686533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686533 is #979ACC. Grayscale: #606060. Windows color (decimal): -9935565 or 3368296. OLE color: 3368296.
HSL color Cylindrical-coordinate representation of color #686533: hue angle of 56.6º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686533 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 51 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.59 |
| HSL | 56.6º | 0.34% | 0.3% | - |
| HSV(B) | 56.6º | 0.51% | 0.41% | - |
| XYZ | 10.96 | 12.49 | 4.97 | - |
| YUV | 96.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 51 | 0 | 0.03 | 0.51 | 0.59 | 56.6 | 0.34 | 0.3 |
| Hex | 68 | 65 | 33 | 0 | 3 | 33 | 3B | 39 | 22 | 1E |
| Octal | 150 | 145 | 63 | 0 | 3 | 63 | 73 | 71 | 42 | 36 |
| Binary | 1101000 | 1100101 | 110011 | 0 | 11 | 110011 | 111011 | 111001 | 100010 | 11110 |
Color Harmonies of #686533
Complementary color
Monochromatic Colors of #686533
Black with #686533
Text Example
Text Example
White with #686533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686533; }
p { color: rgb(104,101,51); }
H1.HeaderClassName
{
color: #686533;
}
.AnyTagClassName
{
color: #686533;
}
</style>
background-color css
<style>
a { background-color: #686533; }
a { background-color: rgb(104,101,51); }
div.DivClassName
{
background-color: #686533;
}
.BgClassName
{
background-color: #686533;
}
</style>
border-color css
<style>
span { border-color: #686533; }
span { border-color: rgb(104,101,51); }
td.TdClassName
{
border-color: #686533;
}
.TagClassName
{
border-color: #686533;
}
</style>