Shades of Verdigris #61603D
Tints of Verdigris #61603D
RGB
CMYK
RGB Variations
Color information
#61603D (or 0x61603D) is known color: Verdigris. HEX triplet: 61, 60 and 3D. RGB value is (97,96,61). Sum of RGB (Red+Green+Blue) = 97+96+61=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #61603D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61603D is #9E9FC2. Grayscale: #5C5C5C. Windows color (decimal): -10395587 or 4022369. OLE color: 4022369.
HSL color Cylindrical-coordinate representation of color #61603D: hue angle of 58.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61603D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 96 | 61 | - |
| CMYK | 0 | 0.01 | 0.37 | 0.62 |
| HSL | 58.33º | 0.23% | 0.31% | - |
| HSV(B) | 58.33º | 0.37% | 0.38% | - |
| XYZ | 9.95 | 11.24 | 6.06 | - |
| YUV | 92.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 61 | 0 | 0.01 | 0.37 | 0.62 | 58.33 | 0.23 | 0.31 |
| Hex | 61 | 60 | 3D | 0 | 1 | 25 | 3E | 3A | 17 | 1F |
| Octal | 141 | 140 | 75 | 0 | 1 | 45 | 76 | 72 | 27 | 37 |
| Binary | 1100001 | 1100000 | 111101 | 0 | 1 | 100101 | 111110 | 111010 | 10111 | 11111 |
Color Harmonies of #61603D
Complementary color
Monochromatic Colors of #61603D
Black with #61603D
Text Example
Text Example
White with #61603D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61603D; }
p { color: rgb(97,96,61); }
H1.HeaderClassName
{
color: #61603D;
}
.AnyTagClassName
{
color: #61603D;
}
</style>
background-color css
<style>
a { background-color: #61603D; }
a { background-color: rgb(97,96,61); }
div.DivClassName
{
background-color: #61603D;
}
.BgClassName
{
background-color: #61603D;
}
</style>
border-color css
<style>
span { border-color: #61603D; }
span { border-color: rgb(97,96,61); }
td.TdClassName
{
border-color: #61603D;
}
.TagClassName
{
border-color: #61603D;
}
</style>