Shades of Verdigris #65633D
Tints of Verdigris #65633D
RGB
CMYK
RGB Variations
Color information
#65633D (or 0x65633D) is known color: Verdigris. HEX triplet: 65, 63 and 3D. RGB value is (101,99,61). Sum of RGB (Red+Green+Blue) = 101+99+61=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65633D is #9A9CC2. Grayscale: #5F5F5F. Windows color (decimal): -10132675 or 4023141. OLE color: 4023141.
HSL color Cylindrical-coordinate representation of color #65633D: hue angle of 57º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65633D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 99 | 61 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.60 |
| HSL | 57º | 0.25% | 0.32% | - |
| HSV(B) | 57º | 0.4% | 0.4% | - |
| XYZ | 10.67 | 12.03 | 6.17 | - |
| YUV | 95.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 61 | 0 | 0.02 | 0.40 | 0.60 | 57 | 0.25 | 0.32 |
| Hex | 65 | 63 | 3D | 0 | 2 | 28 | 3C | 39 | 19 | 20 |
| Octal | 145 | 143 | 75 | 0 | 2 | 50 | 74 | 71 | 31 | 40 |
| Binary | 1100101 | 1100011 | 111101 | 0 | 10 | 101000 | 111100 | 111001 | 11001 | 100000 |
Color Harmonies of #65633D
Complementary color
Monochromatic Colors of #65633D
Black with #65633D
Text Example
Text Example
White with #65633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65633D; }
p { color: rgb(101,99,61); }
H1.HeaderClassName
{
color: #65633D;
}
.AnyTagClassName
{
color: #65633D;
}
</style>
background-color css
<style>
a { background-color: #65633D; }
a { background-color: rgb(101,99,61); }
div.DivClassName
{
background-color: #65633D;
}
.BgClassName
{
background-color: #65633D;
}
</style>
border-color css
<style>
span { border-color: #65633D; }
span { border-color: rgb(101,99,61); }
td.TdClassName
{
border-color: #65633D;
}
.TagClassName
{
border-color: #65633D;
}
</style>