Shades of Verdigris #636443
Tints of Verdigris #636443
RGB
CMYK
RGB Variations
Color information
#636443 (or 0x636443) is known color: Verdigris. HEX triplet: 63, 64 and 43. RGB value is (99,100,67). Sum of RGB (Red+Green+Blue) = 99+100+67=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 100 (39.45% from 255 or 37.59% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 100 - color contains mainly: green. Hex color #636443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636443 is #9C9BBC. Grayscale: #606060. Windows color (decimal): -10263485 or 4416611. OLE color: 4416611.
HSL color Cylindrical-coordinate representation of color #636443: hue angle of 61.82º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #636443 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 67 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.61 |
| HSL | 61.82º | 0.2% | 0.33% | - |
| HSV(B) | 61.82º | 0.33% | 0.39% | - |
| XYZ | 10.72 | 12.17 | 7.09 | - |
| YUV | 95.94 | 111.67 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 67 | 0.01 | 0 | 0.33 | 0.61 | 61.82 | 0.2 | 0.33 |
| Hex | 63 | 64 | 43 | 1 | 0 | 21 | 3D | 3E | 14 | 21 |
| Octal | 143 | 144 | 103 | 1 | 0 | 41 | 75 | 76 | 24 | 41 |
| Binary | 1100011 | 1100100 | 1000011 | 1 | 0 | 100001 | 111101 | 111110 | 10100 | 100001 |
Color Harmonies of #636443
Complementary color
Monochromatic Colors of #636443
Black with #636443
Text Example
Text Example
White with #636443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636443; }
p { color: rgb(99,100,67); }
H1.HeaderClassName
{
color: #636443;
}
.AnyTagClassName
{
color: #636443;
}
</style>
background-color css
<style>
a { background-color: #636443; }
a { background-color: rgb(99,100,67); }
div.DivClassName
{
background-color: #636443;
}
.BgClassName
{
background-color: #636443;
}
</style>
border-color css
<style>
span { border-color: #636443; }
span { border-color: rgb(99,100,67); }
td.TdClassName
{
border-color: #636443;
}
.TagClassName
{
border-color: #636443;
}
</style>