Shades of Verdigris #635E45
Tints of Verdigris #635E45
RGB
CMYK
RGB Variations
Color information
#635E45 (or 0x635E45) is known color: Verdigris. HEX triplet: 63, 5E and 45. RGB value is (99,94,69). Sum of RGB (Red+Green+Blue) = 99+94+69=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #635E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E45 is #9CA1BA. Grayscale: #5C5C5C. Windows color (decimal): -10265019 or 4546147. OLE color: 4546147.
HSL color Cylindrical-coordinate representation of color #635E45: hue angle of 50º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #635E45 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 69 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.61 |
| HSL | 50º | 0.18% | 0.33% | - |
| HSV(B) | 50º | 0.3% | 0.39% | - |
| XYZ | 10.22 | 11.09 | 7.23 | - |
| YUV | 92.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 69 | 0 | 0.05 | 0.30 | 0.61 | 50 | 0.18 | 0.33 |
| Hex | 63 | 5E | 45 | 0 | 5 | 1E | 3D | 32 | 12 | 21 |
| Octal | 143 | 136 | 105 | 0 | 5 | 36 | 75 | 62 | 22 | 41 |
| Binary | 1100011 | 1011110 | 1000101 | 0 | 101 | 11110 | 111101 | 110010 | 10010 | 100001 |
Color Harmonies of #635E45
Complementary color
Monochromatic Colors of #635E45
Black with #635E45
Text Example
Text Example
White with #635E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E45; }
p { color: rgb(99,94,69); }
H1.HeaderClassName
{
color: #635E45;
}
.AnyTagClassName
{
color: #635E45;
}
</style>
background-color css
<style>
a { background-color: #635E45; }
a { background-color: rgb(99,94,69); }
div.DivClassName
{
background-color: #635E45;
}
.BgClassName
{
background-color: #635E45;
}
</style>
border-color css
<style>
span { border-color: #635E45; }
span { border-color: rgb(99,94,69); }
td.TdClassName
{
border-color: #635E45;
}
.TagClassName
{
border-color: #635E45;
}
</style>