Shades of Verdigris #635F45
Tints of Verdigris #635F45
RGB
CMYK
RGB Variations
Color information
#635F45 (or 0x635F45) is known color: Verdigris. HEX triplet: 63, 5F and 45. RGB value is (99,95,69). Sum of RGB (Red+Green+Blue) = 99+95+69=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F45 is #9CA0BA. Grayscale: #5D5D5D. Windows color (decimal): -10264763 or 4546403. OLE color: 4546403.
HSL color Cylindrical-coordinate representation of color #635F45: hue angle of 52º 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 #635F45 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 69 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.61 |
| HSL | 52º | 0.18% | 0.33% | - |
| HSV(B) | 52º | 0.3% | 0.39% | - |
| XYZ | 10.31 | 11.27 | 7.26 | - |
| YUV | 93.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 69 | 0 | 0.04 | 0.30 | 0.61 | 52 | 0.18 | 0.33 |
| Hex | 63 | 5F | 45 | 0 | 4 | 1E | 3D | 34 | 12 | 21 |
| Octal | 143 | 137 | 105 | 0 | 4 | 36 | 75 | 64 | 22 | 41 |
| Binary | 1100011 | 1011111 | 1000101 | 0 | 100 | 11110 | 111101 | 110100 | 10010 | 100001 |
Color Harmonies of #635F45
Complementary color
Monochromatic Colors of #635F45
Black with #635F45
Text Example
Text Example
White with #635F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F45; }
p { color: rgb(99,95,69); }
H1.HeaderClassName
{
color: #635F45;
}
.AnyTagClassName
{
color: #635F45;
}
</style>
background-color css
<style>
a { background-color: #635F45; }
a { background-color: rgb(99,95,69); }
div.DivClassName
{
background-color: #635F45;
}
.BgClassName
{
background-color: #635F45;
}
</style>
border-color css
<style>
span { border-color: #635F45; }
span { border-color: rgb(99,95,69); }
td.TdClassName
{
border-color: #635F45;
}
.TagClassName
{
border-color: #635F45;
}
</style>