Shades of Verdigris #636433
Tints of Verdigris #636433
RGB
CMYK
RGB Variations
Color information
#636433 (or 0x636433) is known color: Verdigris. HEX triplet: 63, 64 and 33. RGB value is (99,100,51). Sum of RGB (Red+Green+Blue) = 99+100+51=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 51 (20.31% from 255 or 20.4% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #636433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636433 is #9C9BCC. Grayscale: #5E5E5E. Windows color (decimal): -10263501 or 3368035. OLE color: 3368035.
HSL color Cylindrical-coordinate representation of color #636433: hue angle of 61.22º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #636433 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 100 | 51 | - |
| CMYK | 0.01 | 0 | 0.49 | 0.61 |
| HSL | 61.22º | 0.32% | 0.3% | - |
| HSV(B) | 61.22º | 0.49% | 0.39% | - |
| XYZ | 10.3 | 12.01 | 4.91 | - |
| YUV | 94.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 100 | 51 | 0.01 | 0 | 0.49 | 0.61 | 61.22 | 0.32 | 0.3 |
| Hex | 63 | 64 | 33 | 1 | 0 | 31 | 3D | 3D | 20 | 1E |
| Octal | 143 | 144 | 63 | 1 | 0 | 61 | 75 | 75 | 40 | 36 |
| Binary | 1100011 | 1100100 | 110011 | 1 | 0 | 110001 | 111101 | 111101 | 100000 | 11110 |
Color Harmonies of #636433
Complementary color
Monochromatic Colors of #636433
Black with #636433
Text Example
Text Example
White with #636433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636433; }
p { color: rgb(99,100,51); }
H1.HeaderClassName
{
color: #636433;
}
.AnyTagClassName
{
color: #636433;
}
</style>
background-color css
<style>
a { background-color: #636433; }
a { background-color: rgb(99,100,51); }
div.DivClassName
{
background-color: #636433;
}
.BgClassName
{
background-color: #636433;
}
</style>
border-color css
<style>
span { border-color: #636433; }
span { border-color: rgb(99,100,51); }
td.TdClassName
{
border-color: #636433;
}
.TagClassName
{
border-color: #636433;
}
</style>