Shades of Verdigris #686334
Tints of Verdigris #686334
RGB
CMYK
RGB Variations
Color information
#686334 (or 0x686334) is known color: Verdigris. HEX triplet: 68, 63 and 34. RGB value is (104,99,52). Sum of RGB (Red+Green+Blue) = 104+99+52=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 52 (20.70% from 255 or 20.39% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #686334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686334 is #979CCB. Grayscale: #5F5F5F. Windows color (decimal): -9936076 or 3433320. OLE color: 3433320.
HSL color Cylindrical-coordinate representation of color #686334: hue angle of 54.23º degrees, saturation: 0.33, 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 #686334 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 52 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.59 |
| HSL | 54.23º | 0.33% | 0.31% | - |
| HSV(B) | 54.23º | 0.5% | 0.41% | - |
| XYZ | 10.79 | 12.11 | 5.02 | - |
| YUV | 95.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 52 | 0 | 0.05 | 0.50 | 0.59 | 54.23 | 0.33 | 0.31 |
| Hex | 68 | 63 | 34 | 0 | 5 | 32 | 3B | 36 | 21 | 1F |
| Octal | 150 | 143 | 64 | 0 | 5 | 62 | 73 | 66 | 41 | 37 |
| Binary | 1101000 | 1100011 | 110100 | 0 | 101 | 110010 | 111011 | 110110 | 100001 | 11111 |
Color Harmonies of #686334
Complementary color
Monochromatic Colors of #686334
Black with #686334
Text Example
Text Example
White with #686334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686334; }
p { color: rgb(104,99,52); }
H1.HeaderClassName
{
color: #686334;
}
.AnyTagClassName
{
color: #686334;
}
</style>
background-color css
<style>
a { background-color: #686334; }
a { background-color: rgb(104,99,52); }
div.DivClassName
{
background-color: #686334;
}
.BgClassName
{
background-color: #686334;
}
</style>
border-color css
<style>
span { border-color: #686334; }
span { border-color: rgb(104,99,52); }
td.TdClassName
{
border-color: #686334;
}
.TagClassName
{
border-color: #686334;
}
</style>