Shades of Verdigris #68653F
Tints of Verdigris #68653F
RGB
CMYK
RGB Variations
Color information
#68653F (or 0x68653F) is known color: Verdigris. HEX triplet: 68, 65 and 3F. RGB value is (104,101,63). Sum of RGB (Red+Green+Blue) = 104+101+63=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #68653F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68653F is #979AC0. Grayscale: #616161. Windows color (decimal): -9935553 or 4154728. OLE color: 4154728.
HSL color Cylindrical-coordinate representation of color #68653F: hue angle of 55.61º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68653F is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 63 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.59 |
| HSL | 55.61º | 0.25% | 0.33% | - |
| HSV(B) | 55.61º | 0.39% | 0.41% | - |
| XYZ | 11.26 | 12.61 | 6.54 | - |
| YUV | 97.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 63 | 0 | 0.03 | 0.39 | 0.59 | 55.61 | 0.25 | 0.33 |
| Hex | 68 | 65 | 3F | 0 | 3 | 27 | 3B | 38 | 19 | 21 |
| Octal | 150 | 145 | 77 | 0 | 3 | 47 | 73 | 70 | 31 | 41 |
| Binary | 1101000 | 1100101 | 111111 | 0 | 11 | 100111 | 111011 | 111000 | 11001 | 100001 |
Color Harmonies of #68653F
Complementary color
Monochromatic Colors of #68653F
Black with #68653F
Text Example
Text Example
White with #68653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68653F; }
p { color: rgb(104,101,63); }
H1.HeaderClassName
{
color: #68653F;
}
.AnyTagClassName
{
color: #68653F;
}
</style>
background-color css
<style>
a { background-color: #68653F; }
a { background-color: rgb(104,101,63); }
div.DivClassName
{
background-color: #68653F;
}
.BgClassName
{
background-color: #68653F;
}
</style>
border-color css
<style>
span { border-color: #68653F; }
span { border-color: rgb(104,101,63); }
td.TdClassName
{
border-color: #68653F;
}
.TagClassName
{
border-color: #68653F;
}
</style>