Shades of Verdigris #635F3B
Tints of Verdigris #635F3B
RGB
CMYK
RGB Variations
Color information
#635F3B (or 0x635F3B) is known color: Verdigris. HEX triplet: 63, 5F and 3B. RGB value is (99,95,59). Sum of RGB (Red+Green+Blue) = 99+95+59=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #635F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635F3B is #9CA0C4. Grayscale: #5C5C5C. Windows color (decimal): -10264773 or 3891043. OLE color: 3891043.
HSL color Cylindrical-coordinate representation of color #635F3B: hue angle of 54º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #635F3B is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 95 | 59 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.61 |
| HSL | 54º | 0.25% | 0.31% | - |
| HSV(B) | 54º | 0.4% | 0.39% | - |
| XYZ | 10.03 | 11.15 | 5.76 | - |
| YUV | 92.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 95 | 59 | 0 | 0.04 | 0.40 | 0.61 | 54 | 0.25 | 0.31 |
| Hex | 63 | 5F | 3B | 0 | 4 | 28 | 3D | 36 | 19 | 1F |
| Octal | 143 | 137 | 73 | 0 | 4 | 50 | 75 | 66 | 31 | 37 |
| Binary | 1100011 | 1011111 | 111011 | 0 | 100 | 101000 | 111101 | 110110 | 11001 | 11111 |
Color Harmonies of #635F3B
Complementary color
Monochromatic Colors of #635F3B
Black with #635F3B
Text Example
Text Example
White with #635F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635F3B; }
p { color: rgb(99,95,59); }
H1.HeaderClassName
{
color: #635F3B;
}
.AnyTagClassName
{
color: #635F3B;
}
</style>
background-color css
<style>
a { background-color: #635F3B; }
a { background-color: rgb(99,95,59); }
div.DivClassName
{
background-color: #635F3B;
}
.BgClassName
{
background-color: #635F3B;
}
</style>
border-color css
<style>
span { border-color: #635F3B; }
span { border-color: rgb(99,95,59); }
td.TdClassName
{
border-color: #635F3B;
}
.TagClassName
{
border-color: #635F3B;
}
</style>