Shades of Verdigris #68653B
Tints of Verdigris #68653B
RGB
CMYK
RGB Variations
Color information
#68653B (or 0x68653B) is known color: Verdigris. HEX triplet: 68, 65 and 3B. RGB value is (104,101,59). Sum of RGB (Red+Green+Blue) = 104+101+59=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 104 - color contains mainly: red. Hex color #68653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68653B is #979AC4. Grayscale: #616161. Windows color (decimal): -9935557 or 3892584. OLE color: 3892584.
HSL color Cylindrical-coordinate representation of color #68653B: hue angle of 56º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #68653B is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 59 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.59 |
| HSL | 56º | 0.28% | 0.32% | - |
| HSV(B) | 56º | 0.43% | 0.41% | - |
| XYZ | 11.15 | 12.57 | 5.98 | - |
| YUV | 97.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 59 | 0 | 0.03 | 0.43 | 0.59 | 56 | 0.28 | 0.32 |
| Hex | 68 | 65 | 3B | 0 | 3 | 2B | 3B | 38 | 1C | 20 |
| Octal | 150 | 145 | 73 | 0 | 3 | 53 | 73 | 70 | 34 | 40 |
| Binary | 1101000 | 1100101 | 111011 | 0 | 11 | 101011 | 111011 | 111000 | 11100 | 100000 |
Color Harmonies of #68653B
Complementary color
Monochromatic Colors of #68653B
Black with #68653B
Text Example
Text Example
White with #68653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68653B; }
p { color: rgb(104,101,59); }
H1.HeaderClassName
{
color: #68653B;
}
.AnyTagClassName
{
color: #68653B;
}
</style>
background-color css
<style>
a { background-color: #68653B; }
a { background-color: rgb(104,101,59); }
div.DivClassName
{
background-color: #68653B;
}
.BgClassName
{
background-color: #68653B;
}
</style>
border-color css
<style>
span { border-color: #68653B; }
span { border-color: rgb(104,101,59); }
td.TdClassName
{
border-color: #68653B;
}
.TagClassName
{
border-color: #68653B;
}
</style>