Shades of Verdigris #635C37
Tints of Verdigris #635C37
RGB
CMYK
RGB Variations
Color information
#635C37 (or 0x635C37) is known color: Verdigris. HEX triplet: 63, 5C and 37. RGB value is (99,92,55). Sum of RGB (Red+Green+Blue) = 99+92+55=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 55 (21.88% from 255 or 22.36% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #635C37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C37 is #9CA3C8. Grayscale: #5A5A5A. Windows color (decimal): -10265545 or 3628131. OLE color: 3628131.
HSL color Cylindrical-coordinate representation of color #635C37: hue angle of 50.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #635C37 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 55 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.61 |
| HSL | 50.45º | 0.29% | 0.3% | - |
| HSV(B) | 50.45º | 0.44% | 0.39% | - |
| XYZ | 9.66 | 10.58 | 5.15 | - |
| YUV | 89.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 55 | 0 | 0.07 | 0.44 | 0.61 | 50.45 | 0.29 | 0.3 |
| Hex | 63 | 5C | 37 | 0 | 7 | 2C | 3D | 32 | 1D | 1E |
| Octal | 143 | 134 | 67 | 0 | 7 | 54 | 75 | 62 | 35 | 36 |
| Binary | 1100011 | 1011100 | 110111 | 0 | 111 | 101100 | 111101 | 110010 | 11101 | 11110 |
Color Harmonies of #635C37
Complementary color
Monochromatic Colors of #635C37
Black with #635C37
Text Example
Text Example
White with #635C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C37; }
p { color: rgb(99,92,55); }
H1.HeaderClassName
{
color: #635C37;
}
.AnyTagClassName
{
color: #635C37;
}
</style>
background-color css
<style>
a { background-color: #635C37; }
a { background-color: rgb(99,92,55); }
div.DivClassName
{
background-color: #635C37;
}
.BgClassName
{
background-color: #635C37;
}
</style>
border-color css
<style>
span { border-color: #635C37; }
span { border-color: rgb(99,92,55); }
td.TdClassName
{
border-color: #635C37;
}
.TagClassName
{
border-color: #635C37;
}
</style>