Shades of Verdigris #636736
Tints of Verdigris #636736
RGB
CMYK
RGB Variations
Color information
#636736 (or 0x636736) is known color: Verdigris. HEX triplet: 63, 67 and 36. RGB value is (99,103,54). Sum of RGB (Red+Green+Blue) = 99+103+54=256 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.67% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #636736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636736 is #9C98C9. Grayscale: #606060. Windows color (decimal): -10262730 or 3565411. OLE color: 3565411.
HSL color Cylindrical-coordinate representation of color #636736: hue angle of 64.9º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #636736 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 99 | 103 | 54 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.60 |
| HSL | 64.9º | 0.31% | 0.31% | - |
| HSV(B) | 64.9º | 0.48% | 0.4% | - |
| XYZ | 10.66 | 12.62 | 5.36 | - |
| YUV | 96.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 103 | 54 | 0.04 | 0 | 0.48 | 0.60 | 64.9 | 0.31 | 0.31 |
| Hex | 63 | 67 | 36 | 4 | 0 | 30 | 3C | 41 | 1F | 1F |
| Octal | 143 | 147 | 66 | 4 | 0 | 60 | 74 | 101 | 37 | 37 |
| Binary | 1100011 | 1100111 | 110110 | 100 | 0 | 110000 | 111100 | 1000001 | 11111 | 11111 |
Color Harmonies of #636736
Complementary color
Monochromatic Colors of #636736
Black with #636736
Text Example
Text Example
White with #636736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636736; }
p { color: rgb(99,103,54); }
H1.HeaderClassName
{
color: #636736;
}
.AnyTagClassName
{
color: #636736;
}
</style>
background-color css
<style>
a { background-color: #636736; }
a { background-color: rgb(99,103,54); }
div.DivClassName
{
background-color: #636736;
}
.BgClassName
{
background-color: #636736;
}
</style>
border-color css
<style>
span { border-color: #636736; }
span { border-color: rgb(99,103,54); }
td.TdClassName
{
border-color: #636736;
}
.TagClassName
{
border-color: #636736;
}
</style>