Shades of Verdigris #636735
Tints of Verdigris #636735
RGB
CMYK
RGB Variations
Color information
#636735 (or 0x636735) is known color: Verdigris. HEX triplet: 63, 67 and 35. RGB value is (99,103,53). Sum of RGB (Red+Green+Blue) = 99+103+53=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 103 - color contains mainly: green. Hex color #636735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636735 is #9C98CA. Grayscale: #606060. Windows color (decimal): -10262731 or 3499875. OLE color: 3499875.
HSL color Cylindrical-coordinate representation of color #636735: hue angle of 64.8º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #636735 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 103 | 53 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.60 |
| HSL | 64.8º | 0.32% | 0.31% | - |
| HSV(B) | 64.8º | 0.49% | 0.4% | - |
| XYZ | 10.64 | 12.61 | 5.24 | - |
| YUV | 96.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 53 | 0.04 | 0 | 0.49 | 0.60 | 64.8 | 0.32 | 0.31 |
| Hex | 63 | 67 | 35 | 4 | 0 | 31 | 3C | 41 | 20 | 1F |
| Octal | 143 | 147 | 65 | 4 | 0 | 61 | 74 | 101 | 40 | 37 |
| Binary | 1100011 | 1100111 | 110101 | 100 | 0 | 110001 | 111100 | 1000001 | 100000 | 11111 |
Color Harmonies of #636735
Complementary color
Monochromatic Colors of #636735
Black with #636735
Text Example
Text Example
White with #636735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636735; }
p { color: rgb(99,103,53); }
H1.HeaderClassName
{
color: #636735;
}
.AnyTagClassName
{
color: #636735;
}
</style>
background-color css
<style>
a { background-color: #636735; }
a { background-color: rgb(99,103,53); }
div.DivClassName
{
background-color: #636735;
}
.BgClassName
{
background-color: #636735;
}
</style>
border-color css
<style>
span { border-color: #636735; }
span { border-color: rgb(99,103,53); }
td.TdClassName
{
border-color: #636735;
}
.TagClassName
{
border-color: #636735;
}
</style>