Shades of Verdigris #635B39
Tints of Verdigris #635B39
RGB
CMYK
RGB Variations
Color information
#635B39 (or 0x635B39) is known color: Verdigris. HEX triplet: 63, 5B and 39. RGB value is (99,91,57). Sum of RGB (Red+Green+Blue) = 99+91+57=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #635B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B39 is #9CA4C6. Grayscale: #595959. Windows color (decimal): -10265799 or 3758947. OLE color: 3758947.
HSL color Cylindrical-coordinate representation of color #635B39: hue angle of 48.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #635B39 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 57 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.61 |
| HSL | 48.57º | 0.27% | 0.31% | - |
| HSV(B) | 48.57º | 0.42% | 0.39% | - |
| XYZ | 9.63 | 10.43 | 5.38 | - |
| YUV | 89.52 | 109.65 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 57 | 0 | 0.08 | 0.42 | 0.61 | 48.57 | 0.27 | 0.31 |
| Hex | 63 | 5B | 39 | 0 | 8 | 2A | 3D | 31 | 1B | 1F |
| Octal | 143 | 133 | 71 | 0 | 10 | 52 | 75 | 61 | 33 | 37 |
| Binary | 1100011 | 1011011 | 111001 | 0 | 1000 | 101010 | 111101 | 110001 | 11011 | 11111 |
Color Harmonies of #635B39
Complementary color
Monochromatic Colors of #635B39
Black with #635B39
Text Example
Text Example
White with #635B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B39; }
p { color: rgb(99,91,57); }
H1.HeaderClassName
{
color: #635B39;
}
.AnyTagClassName
{
color: #635B39;
}
</style>
background-color css
<style>
a { background-color: #635B39; }
a { background-color: rgb(99,91,57); }
div.DivClassName
{
background-color: #635B39;
}
.BgClassName
{
background-color: #635B39;
}
</style>
border-color css
<style>
span { border-color: #635B39; }
span { border-color: rgb(99,91,57); }
td.TdClassName
{
border-color: #635B39;
}
.TagClassName
{
border-color: #635B39;
}
</style>