Shades of Verdigris #65673B
Tints of Verdigris #65673B
RGB
CMYK
RGB Variations
Color information
#65673B (or 0x65673B) is known color: Verdigris. HEX triplet: 65, 67 and 3B. RGB value is (101,103,59). Sum of RGB (Red+Green+Blue) = 101+103+59=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #65673B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65673B is #9A98C4. Grayscale: #616161. Windows color (decimal): -10131653 or 3893093. OLE color: 3893093.
HSL color Cylindrical-coordinate representation of color #65673B: hue angle of 62.73º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65673B is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 59 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.60 |
| HSL | 62.73º | 0.27% | 0.32% | - |
| HSV(B) | 62.73º | 0.43% | 0.4% | - |
| XYZ | 11.01 | 12.78 | 6.02 | - |
| YUV | 97.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 59 | 0.02 | 0 | 0.43 | 0.60 | 62.73 | 0.27 | 0.32 |
| Hex | 65 | 67 | 3B | 2 | 0 | 2B | 3C | 3F | 1B | 20 |
| Octal | 145 | 147 | 73 | 2 | 0 | 53 | 74 | 77 | 33 | 40 |
| Binary | 1100101 | 1100111 | 111011 | 10 | 0 | 101011 | 111100 | 111111 | 11011 | 100000 |
Color Harmonies of #65673B
Complementary color
Monochromatic Colors of #65673B
Black with #65673B
Text Example
Text Example
White with #65673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65673B; }
p { color: rgb(101,103,59); }
H1.HeaderClassName
{
color: #65673B;
}
.AnyTagClassName
{
color: #65673B;
}
</style>
background-color css
<style>
a { background-color: #65673B; }
a { background-color: rgb(101,103,59); }
div.DivClassName
{
background-color: #65673B;
}
.BgClassName
{
background-color: #65673B;
}
</style>
border-color css
<style>
span { border-color: #65673B; }
span { border-color: rgb(101,103,59); }
td.TdClassName
{
border-color: #65673B;
}
.TagClassName
{
border-color: #65673B;
}
</style>