Shades of Verdigris #635C36
Tints of Verdigris #635C36
RGB
CMYK
RGB Variations
Color information
#635C36 (or 0x635C36) is known color: Verdigris. HEX triplet: 63, 5C and 36. RGB value is (99,92,54). Sum of RGB (Red+Green+Blue) = 99+92+54=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635C36 is #9CA3C9. Grayscale: #595959. Windows color (decimal): -10265546 or 3562595. OLE color: 3562595.
HSL color Cylindrical-coordinate representation of color #635C36: hue angle of 50.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #635C36 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 92 | 54 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.61 |
| HSL | 50.67º | 0.29% | 0.3% | - |
| HSV(B) | 50.67º | 0.45% | 0.39% | - |
| XYZ | 9.64 | 10.57 | 5.02 | - |
| YUV | 89.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 92 | 54 | 0 | 0.07 | 0.45 | 0.61 | 50.67 | 0.29 | 0.3 |
| Hex | 63 | 5C | 36 | 0 | 7 | 2D | 3D | 33 | 1D | 1E |
| Octal | 143 | 134 | 66 | 0 | 7 | 55 | 75 | 63 | 35 | 36 |
| Binary | 1100011 | 1011100 | 110110 | 0 | 111 | 101101 | 111101 | 110011 | 11101 | 11110 |
Color Harmonies of #635C36
Complementary color
Monochromatic Colors of #635C36
Black with #635C36
Text Example
Text Example
White with #635C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635C36; }
p { color: rgb(99,92,54); }
H1.HeaderClassName
{
color: #635C36;
}
.AnyTagClassName
{
color: #635C36;
}
</style>
background-color css
<style>
a { background-color: #635C36; }
a { background-color: rgb(99,92,54); }
div.DivClassName
{
background-color: #635C36;
}
.BgClassName
{
background-color: #635C36;
}
</style>
border-color css
<style>
span { border-color: #635C36; }
span { border-color: rgb(99,92,54); }
td.TdClassName
{
border-color: #635C36;
}
.TagClassName
{
border-color: #635C36;
}
</style>