Shades of Verdigris #635E46
Tints of Verdigris #635E46
RGB
CMYK
RGB Variations
Color information
#635E46 (or 0x635E46) is known color: Verdigris. HEX triplet: 63, 5E and 46. RGB value is (99,94,70). Sum of RGB (Red+Green+Blue) = 99+94+70=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #635E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635E46 is #9CA1B9. Grayscale: #5C5C5C. Windows color (decimal): -10265018 or 4611683. OLE color: 4611683.
HSL color Cylindrical-coordinate representation of color #635E46: hue angle of 49.66º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #635E46 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 94 | 70 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.61 |
| HSL | 49.66º | 0.17% | 0.33% | - |
| HSV(B) | 49.66º | 0.29% | 0.39% | - |
| XYZ | 10.25 | 11.1 | 7.4 | - |
| YUV | 92.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 94 | 70 | 0 | 0.05 | 0.29 | 0.61 | 49.66 | 0.17 | 0.33 |
| Hex | 63 | 5E | 46 | 0 | 5 | 1D | 3D | 32 | 11 | 21 |
| Octal | 143 | 136 | 106 | 0 | 5 | 35 | 75 | 62 | 21 | 41 |
| Binary | 1100011 | 1011110 | 1000110 | 0 | 101 | 11101 | 111101 | 110010 | 10001 | 100001 |
Color Harmonies of #635E46
Complementary color
Monochromatic Colors of #635E46
Black with #635E46
Text Example
Text Example
White with #635E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635E46; }
p { color: rgb(99,94,70); }
H1.HeaderClassName
{
color: #635E46;
}
.AnyTagClassName
{
color: #635E46;
}
</style>
background-color css
<style>
a { background-color: #635E46; }
a { background-color: rgb(99,94,70); }
div.DivClassName
{
background-color: #635E46;
}
.BgClassName
{
background-color: #635E46;
}
</style>
border-color css
<style>
span { border-color: #635E46; }
span { border-color: rgb(99,94,70); }
td.TdClassName
{
border-color: #635E46;
}
.TagClassName
{
border-color: #635E46;
}
</style>