Shades of Verdigris #635C3F
Tints of Verdigris #635C3F
RGB
CMYK
RGB Variations
Color information
#635C3F (or 0x635C3F) is known color: Verdigris. HEX triplet: 63, 5C and 3F. RGB value is (99,92,63). Sum of RGB (Red+Green+Blue) = 99+92+63=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #635C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C3F is #9CA3C0. Grayscale: #5A5A5A. Windows color (decimal): -10265537 or 4152419. OLE color: 4152419.
HSL color Cylindrical-coordinate representation of color #635C3F: hue angle of 48.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635C3F is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 63 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.61 |
| HSL | 48.33º | 0.22% | 0.32% | - |
| HSV(B) | 48.33º | 0.36% | 0.39% | - |
| XYZ | 9.87 | 10.67 | 6.24 | - |
| YUV | 90.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 63 | 0 | 0.07 | 0.36 | 0.61 | 48.33 | 0.22 | 0.32 |
| Hex | 63 | 5C | 3F | 0 | 7 | 24 | 3D | 30 | 16 | 20 |
| Octal | 143 | 134 | 77 | 0 | 7 | 44 | 75 | 60 | 26 | 40 |
| Binary | 1100011 | 1011100 | 111111 | 0 | 111 | 100100 | 111101 | 110000 | 10110 | 100000 |
Color Harmonies of #635C3F
Complementary color
Monochromatic Colors of #635C3F
Black with #635C3F
Text Example
Text Example
White with #635C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C3F; }
p { color: rgb(99,92,63); }
H1.HeaderClassName
{
color: #635C3F;
}
.AnyTagClassName
{
color: #635C3F;
}
</style>
background-color css
<style>
a { background-color: #635C3F; }
a { background-color: rgb(99,92,63); }
div.DivClassName
{
background-color: #635C3F;
}
.BgClassName
{
background-color: #635C3F;
}
</style>
border-color css
<style>
span { border-color: #635C3F; }
span { border-color: rgb(99,92,63); }
td.TdClassName
{
border-color: #635C3F;
}
.TagClassName
{
border-color: #635C3F;
}
</style>