Shades of Verdigris #635A3B
Tints of Verdigris #635A3B
RGB
CMYK
RGB Variations
Color information
#635A3B (or 0x635A3B) is known color: Verdigris. HEX triplet: 63, 5A and 3B. RGB value is (99,90,59). Sum of RGB (Red+Green+Blue) = 99+90+59=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 59 (23.44% from 255 or 23.79% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A3B is #9CA5C4. Grayscale: #595959. Windows color (decimal): -10266053 or 3889763. OLE color: 3889763.
HSL color Cylindrical-coordinate representation of color #635A3B: hue angle of 46.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #635A3B is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 59 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.61 |
| HSL | 46.5º | 0.25% | 0.31% | - |
| HSV(B) | 46.5º | 0.4% | 0.39% | - |
| XYZ | 9.59 | 10.28 | 5.62 | - |
| YUV | 89.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 59 | 0 | 0.09 | 0.40 | 0.61 | 46.5 | 0.25 | 0.31 |
| Hex | 63 | 5A | 3B | 0 | 9 | 28 | 3D | 2E | 19 | 1F |
| Octal | 143 | 132 | 73 | 0 | 11 | 50 | 75 | 56 | 31 | 37 |
| Binary | 1100011 | 1011010 | 111011 | 0 | 1001 | 101000 | 111101 | 101110 | 11001 | 11111 |
Color Harmonies of #635A3B
Complementary color
Monochromatic Colors of #635A3B
Black with #635A3B
Text Example
Text Example
White with #635A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A3B; }
p { color: rgb(99,90,59); }
H1.HeaderClassName
{
color: #635A3B;
}
.AnyTagClassName
{
color: #635A3B;
}
</style>
background-color css
<style>
a { background-color: #635A3B; }
a { background-color: rgb(99,90,59); }
div.DivClassName
{
background-color: #635A3B;
}
.BgClassName
{
background-color: #635A3B;
}
</style>
border-color css
<style>
span { border-color: #635A3B; }
span { border-color: rgb(99,90,59); }
td.TdClassName
{
border-color: #635A3B;
}
.TagClassName
{
border-color: #635A3B;
}
</style>