Shades of Verdigris #635B38
Tints of Verdigris #635B38
RGB
CMYK
RGB Variations
Color information
#635B38 (or 0x635B38) is known color: Verdigris. HEX triplet: 63, 5B and 38. RGB value is (99,91,56). Sum of RGB (Red+Green+Blue) = 99+91+56=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #635B38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B38 is #9CA4C7. Grayscale: #595959. Windows color (decimal): -10265800 or 3693411. OLE color: 3693411.
HSL color Cylindrical-coordinate representation of color #635B38: hue angle of 48.84º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #635B38 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 56 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.61 |
| HSL | 48.84º | 0.28% | 0.3% | - |
| HSV(B) | 48.84º | 0.43% | 0.39% | - |
| XYZ | 9.6 | 10.42 | 5.25 | - |
| YUV | 89.4 | 109.15 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 56 | 0 | 0.08 | 0.43 | 0.61 | 48.84 | 0.28 | 0.3 |
| Hex | 63 | 5B | 38 | 0 | 8 | 2B | 3D | 31 | 1C | 1E |
| Octal | 143 | 133 | 70 | 0 | 10 | 53 | 75 | 61 | 34 | 36 |
| Binary | 1100011 | 1011011 | 111000 | 0 | 1000 | 101011 | 111101 | 110001 | 11100 | 11110 |
Color Harmonies of #635B38
Complementary color
Monochromatic Colors of #635B38
Black with #635B38
Text Example
Text Example
White with #635B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B38; }
p { color: rgb(99,91,56); }
H1.HeaderClassName
{
color: #635B38;
}
.AnyTagClassName
{
color: #635B38;
}
</style>
background-color css
<style>
a { background-color: #635B38; }
a { background-color: rgb(99,91,56); }
div.DivClassName
{
background-color: #635B38;
}
.BgClassName
{
background-color: #635B38;
}
</style>
border-color css
<style>
span { border-color: #635B38; }
span { border-color: rgb(99,91,56); }
td.TdClassName
{
border-color: #635B38;
}
.TagClassName
{
border-color: #635B38;
}
</style>