Shades of Verdigris #635B3B
Tints of Verdigris #635B3B
RGB
CMYK
RGB Variations
Color information
#635B3B (or 0x635B3B) is known color: Verdigris. HEX triplet: 63, 5B and 3B. RGB value is (99,91,59). Sum of RGB (Red+Green+Blue) = 99+91+59=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 91 (35.94% from 255 or 36.55% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B3B is #9CA4C4. Grayscale: #595959. Windows color (decimal): -10265797 or 3890019. OLE color: 3890019.
HSL color Cylindrical-coordinate representation of color #635B3B: hue angle of 48º 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 #635B3B is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 59 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.61 |
| HSL | 48º | 0.25% | 0.31% | - |
| HSV(B) | 48º | 0.4% | 0.39% | - |
| XYZ | 9.68 | 10.45 | 5.64 | - |
| YUV | 89.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 59 | 0 | 0.08 | 0.40 | 0.61 | 48 | 0.25 | 0.31 |
| Hex | 63 | 5B | 3B | 0 | 8 | 28 | 3D | 30 | 19 | 1F |
| Octal | 143 | 133 | 73 | 0 | 10 | 50 | 75 | 60 | 31 | 37 |
| Binary | 1100011 | 1011011 | 111011 | 0 | 1000 | 101000 | 111101 | 110000 | 11001 | 11111 |
Color Harmonies of #635B3B
Complementary color
Monochromatic Colors of #635B3B
Black with #635B3B
Text Example
Text Example
White with #635B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B3B; }
p { color: rgb(99,91,59); }
H1.HeaderClassName
{
color: #635B3B;
}
.AnyTagClassName
{
color: #635B3B;
}
</style>
background-color css
<style>
a { background-color: #635B3B; }
a { background-color: rgb(99,91,59); }
div.DivClassName
{
background-color: #635B3B;
}
.BgClassName
{
background-color: #635B3B;
}
</style>
border-color css
<style>
span { border-color: #635B3B; }
span { border-color: rgb(99,91,59); }
td.TdClassName
{
border-color: #635B3B;
}
.TagClassName
{
border-color: #635B3B;
}
</style>