Shades of Verdigris #636334
Tints of Verdigris #636334
RGB
CMYK
RGB Variations
Color information
#636334 (or 0x636334) is known color: Verdigris. HEX triplet: 63, 63 and 34. RGB value is (99,99,52). Sum of RGB (Red+Green+Blue) = 99+99+52=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636334 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636334 is #9C9CCB. Grayscale: #5D5D5D. Windows color (decimal): -10263756 or 3433315. OLE color: 3433315.
HSL color Cylindrical-coordinate representation of color #636334: hue angle of 60º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #636334 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 99 | 52 | - |
| CMYK | 0 | 0 | 0.47 | 0.61 |
| HSL | 60º | 0.31% | 0.3% | - |
| HSV(B) | 60º | 0.47% | 0.39% | - |
| XYZ | 10.23 | 11.82 | 4.99 | - |
| YUV | 93.64 | 104.5 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 99 | 52 | 0 | 0 | 0.47 | 0.61 | 60 | 0.31 | 0.3 |
| Hex | 63 | 63 | 34 | 0 | 0 | 2F | 3D | 3C | 1F | 1E |
| Octal | 143 | 143 | 64 | 0 | 0 | 57 | 75 | 74 | 37 | 36 |
| Binary | 1100011 | 1100011 | 110100 | 0 | 0 | 101111 | 111101 | 111100 | 11111 | 11110 |
Color Harmonies of #636334
Complementary color
Monochromatic Colors of #636334
Black with #636334
Text Example
Text Example
White with #636334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636334; }
p { color: rgb(99,99,52); }
H1.HeaderClassName
{
color: #636334;
}
.AnyTagClassName
{
color: #636334;
}
</style>
background-color css
<style>
a { background-color: #636334; }
a { background-color: rgb(99,99,52); }
div.DivClassName
{
background-color: #636334;
}
.BgClassName
{
background-color: #636334;
}
</style>
border-color css
<style>
span { border-color: #636334; }
span { border-color: rgb(99,99,52); }
td.TdClassName
{
border-color: #636334;
}
.TagClassName
{
border-color: #636334;
}
</style>