Shades of Verdigris #635B3A
Tints of Verdigris #635B3A
RGB
CMYK
RGB Variations
Color information
#635B3A (or 0x635B3A) is known color: Verdigris. HEX triplet: 63, 5B and 3A. RGB value is (99,91,58). Sum of RGB (Red+Green+Blue) = 99+91+58=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B3A is #9CA4C5. Grayscale: #595959. Windows color (decimal): -10265798 or 3824483. OLE color: 3824483.
HSL color Cylindrical-coordinate representation of color #635B3A: hue angle of 48.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #635B3A is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 58 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.61 |
| HSL | 48.29º | 0.26% | 0.31% | - |
| HSV(B) | 48.29º | 0.41% | 0.39% | - |
| XYZ | 9.65 | 10.44 | 5.51 | - |
| YUV | 89.63 | 110.15 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 58 | 0 | 0.08 | 0.41 | 0.61 | 48.29 | 0.26 | 0.31 |
| Hex | 63 | 5B | 3A | 0 | 8 | 29 | 3D | 30 | 1A | 1F |
| Octal | 143 | 133 | 72 | 0 | 10 | 51 | 75 | 60 | 32 | 37 |
| Binary | 1100011 | 1011011 | 111010 | 0 | 1000 | 101001 | 111101 | 110000 | 11010 | 11111 |
Color Harmonies of #635B3A
Complementary color
Monochromatic Colors of #635B3A
Black with #635B3A
Text Example
Text Example
White with #635B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B3A; }
p { color: rgb(99,91,58); }
H1.HeaderClassName
{
color: #635B3A;
}
.AnyTagClassName
{
color: #635B3A;
}
</style>
background-color css
<style>
a { background-color: #635B3A; }
a { background-color: rgb(99,91,58); }
div.DivClassName
{
background-color: #635B3A;
}
.BgClassName
{
background-color: #635B3A;
}
</style>
border-color css
<style>
span { border-color: #635B3A; }
span { border-color: rgb(99,91,58); }
td.TdClassName
{
border-color: #635B3A;
}
.TagClassName
{
border-color: #635B3A;
}
</style>