Shades of Verdigris #65603A
Tints of Verdigris #65603A
RGB
CMYK
RGB Variations
Color information
#65603A (or 0x65603A) is known color: Verdigris. HEX triplet: 65, 60 and 3A. RGB value is (101,96,58). Sum of RGB (Red+Green+Blue) = 101+96+58=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #65603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65603A is #9A9FC5. Grayscale: #5D5D5D. Windows color (decimal): -10133446 or 3825765. OLE color: 3825765.
HSL color Cylindrical-coordinate representation of color #65603A: hue angle of 53.02º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65603A is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 96 | 58 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.60 |
| HSL | 53.02º | 0.27% | 0.31% | - |
| HSV(B) | 53.02º | 0.43% | 0.4% | - |
| XYZ | 10.31 | 11.44 | 5.67 | - |
| YUV | 93.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 96 | 58 | 0 | 0.05 | 0.43 | 0.60 | 53.02 | 0.27 | 0.31 |
| Hex | 65 | 60 | 3A | 0 | 5 | 2B | 3C | 35 | 1B | 1F |
| Octal | 145 | 140 | 72 | 0 | 5 | 53 | 74 | 65 | 33 | 37 |
| Binary | 1100101 | 1100000 | 111010 | 0 | 101 | 101011 | 111100 | 110101 | 11011 | 11111 |
Color Harmonies of #65603A
Complementary color
Monochromatic Colors of #65603A
Black with #65603A
Text Example
Text Example
White with #65603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65603A; }
p { color: rgb(101,96,58); }
H1.HeaderClassName
{
color: #65603A;
}
.AnyTagClassName
{
color: #65603A;
}
</style>
background-color css
<style>
a { background-color: #65603A; }
a { background-color: rgb(101,96,58); }
div.DivClassName
{
background-color: #65603A;
}
.BgClassName
{
background-color: #65603A;
}
</style>
border-color css
<style>
span { border-color: #65603A; }
span { border-color: rgb(101,96,58); }
td.TdClassName
{
border-color: #65603A;
}
.TagClassName
{
border-color: #65603A;
}
</style>