Shades of Verdigris #636237
Tints of Verdigris #636237
RGB
CMYK
RGB Variations
Color information
#636237 (or 0x636237) is known color: Verdigris. HEX triplet: 63, 62 and 37. RGB value is (99,98,55). Sum of RGB (Red+Green+Blue) = 99+98+55=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #636237 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636237 is #9C9DC8. Grayscale: #5D5D5D. Windows color (decimal): -10264009 or 3629667. OLE color: 3629667.
HSL color Cylindrical-coordinate representation of color #636237: hue angle of 58.64º 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 #636237 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 55 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.61 |
| HSL | 58.64º | 0.29% | 0.3% | - |
| HSV(B) | 58.64º | 0.44% | 0.39% | - |
| XYZ | 10.2 | 11.66 | 5.33 | - |
| YUV | 93.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 55 | 0 | 0.01 | 0.44 | 0.61 | 58.64 | 0.29 | 0.3 |
| Hex | 63 | 62 | 37 | 0 | 1 | 2C | 3D | 3B | 1D | 1E |
| Octal | 143 | 142 | 67 | 0 | 1 | 54 | 75 | 73 | 35 | 36 |
| Binary | 1100011 | 1100010 | 110111 | 0 | 1 | 101100 | 111101 | 111011 | 11101 | 11110 |
Color Harmonies of #636237
Complementary color
Monochromatic Colors of #636237
Black with #636237
Text Example
Text Example
White with #636237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636237; }
p { color: rgb(99,98,55); }
H1.HeaderClassName
{
color: #636237;
}
.AnyTagClassName
{
color: #636237;
}
</style>
background-color css
<style>
a { background-color: #636237; }
a { background-color: rgb(99,98,55); }
div.DivClassName
{
background-color: #636237;
}
.BgClassName
{
background-color: #636237;
}
</style>
border-color css
<style>
span { border-color: #636237; }
span { border-color: rgb(99,98,55); }
td.TdClassName
{
border-color: #636237;
}
.TagClassName
{
border-color: #636237;
}
</style>