Shades of Verdigris #636044
Tints of Verdigris #636044
RGB
CMYK
RGB Variations
Color information
#636044 (or 0x636044) is known color: Verdigris. HEX triplet: 63, 60 and 44. RGB value is (99,96,68). Sum of RGB (Red+Green+Blue) = 99+96+68=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #636044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636044 is #9C9FBB. Grayscale: #5D5D5D. Windows color (decimal): -10264508 or 4481123. OLE color: 4481123.
HSL color Cylindrical-coordinate representation of color #636044: hue angle of 54.19º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #636044 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 68 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.61 |
| HSL | 54.19º | 0.19% | 0.33% | - |
| HSV(B) | 54.19º | 0.31% | 0.39% | - |
| XYZ | 10.37 | 11.44 | 7.13 | - |
| YUV | 93.71 | 113.49 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 68 | 0 | 0.03 | 0.31 | 0.61 | 54.19 | 0.19 | 0.33 |
| Hex | 63 | 60 | 44 | 0 | 3 | 1F | 3D | 36 | 13 | 21 |
| Octal | 143 | 140 | 104 | 0 | 3 | 37 | 75 | 66 | 23 | 41 |
| Binary | 1100011 | 1100000 | 1000100 | 0 | 11 | 11111 | 111101 | 110110 | 10011 | 100001 |
Color Harmonies of #636044
Complementary color
Monochromatic Colors of #636044
Black with #636044
Text Example
Text Example
White with #636044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636044; }
p { color: rgb(99,96,68); }
H1.HeaderClassName
{
color: #636044;
}
.AnyTagClassName
{
color: #636044;
}
</style>
background-color css
<style>
a { background-color: #636044; }
a { background-color: rgb(99,96,68); }
div.DivClassName
{
background-color: #636044;
}
.BgClassName
{
background-color: #636044;
}
</style>
border-color css
<style>
span { border-color: #636044; }
span { border-color: rgb(99,96,68); }
td.TdClassName
{
border-color: #636044;
}
.TagClassName
{
border-color: #636044;
}
</style>