Shades of Verdigris #636148
Tints of Verdigris #636148
RGB
CMYK
RGB Variations
Color information
#636148 (or 0x636148) is known color: Verdigris. HEX triplet: 63, 61 and 48. RGB value is (99,97,72). Sum of RGB (Red+Green+Blue) = 99+97+72=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #636148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636148 is #9C9EB7. Grayscale: #5E5E5E. Windows color (decimal): -10264248 or 4743523. OLE color: 4743523.
HSL color Cylindrical-coordinate representation of color #636148: hue angle of 55.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #636148 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 97 | 72 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.61 |
| HSL | 55.56º | 0.16% | 0.34% | - |
| HSV(B) | 55.56º | 0.27% | 0.39% | - |
| XYZ | 10.59 | 11.67 | 7.83 | - |
| YUV | 94.75 | 115.16 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 72 | 0 | 0.02 | 0.27 | 0.61 | 55.56 | 0.16 | 0.34 |
| Hex | 63 | 61 | 48 | 0 | 2 | 1B | 3D | 38 | 10 | 22 |
| Octal | 143 | 141 | 110 | 0 | 2 | 33 | 75 | 70 | 20 | 42 |
| Binary | 1100011 | 1100001 | 1001000 | 0 | 10 | 11011 | 111101 | 111000 | 10000 | 100010 |
Color Harmonies of #636148
Complementary color
Monochromatic Colors of #636148
Black with #636148
Text Example
Text Example
White with #636148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636148; }
p { color: rgb(99,97,72); }
H1.HeaderClassName
{
color: #636148;
}
.AnyTagClassName
{
color: #636148;
}
</style>
background-color css
<style>
a { background-color: #636148; }
a { background-color: rgb(99,97,72); }
div.DivClassName
{
background-color: #636148;
}
.BgClassName
{
background-color: #636148;
}
</style>
border-color css
<style>
span { border-color: #636148; }
span { border-color: rgb(99,97,72); }
td.TdClassName
{
border-color: #636148;
}
.TagClassName
{
border-color: #636148;
}
</style>