Shades of Verdigris #635B3C
Tints of Verdigris #635B3C
RGB
CMYK
RGB Variations
Color information
#635B3C (or 0x635B3C) is known color: Verdigris. HEX triplet: 63, 5B and 3C. RGB value is (99,91,60). Sum of RGB (Red+Green+Blue) = 99+91+60=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B3C is #9CA4C3. Grayscale: #595959. Windows color (decimal): -10265796 or 3955555. OLE color: 3955555.
HSL color Cylindrical-coordinate representation of color #635B3C: hue angle of 47.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #635B3C is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 60 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.61 |
| HSL | 47.69º | 0.25% | 0.31% | - |
| HSV(B) | 47.69º | 0.39% | 0.39% | - |
| XYZ | 9.7 | 10.46 | 5.78 | - |
| YUV | 89.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 60 | 0 | 0.08 | 0.39 | 0.61 | 47.69 | 0.25 | 0.31 |
| Hex | 63 | 5B | 3C | 0 | 8 | 27 | 3D | 30 | 19 | 1F |
| Octal | 143 | 133 | 74 | 0 | 10 | 47 | 75 | 60 | 31 | 37 |
| Binary | 1100011 | 1011011 | 111100 | 0 | 1000 | 100111 | 111101 | 110000 | 11001 | 11111 |
Color Harmonies of #635B3C
Complementary color
Monochromatic Colors of #635B3C
Black with #635B3C
Text Example
Text Example
White with #635B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B3C; }
p { color: rgb(99,91,60); }
H1.HeaderClassName
{
color: #635B3C;
}
.AnyTagClassName
{
color: #635B3C;
}
</style>
background-color css
<style>
a { background-color: #635B3C; }
a { background-color: rgb(99,91,60); }
div.DivClassName
{
background-color: #635B3C;
}
.BgClassName
{
background-color: #635B3C;
}
</style>
border-color css
<style>
span { border-color: #635B3C; }
span { border-color: rgb(99,91,60); }
td.TdClassName
{
border-color: #635B3C;
}
.TagClassName
{
border-color: #635B3C;
}
</style>