Shades of Verdigris #67603B
Tints of Verdigris #67603B
RGB
CMYK
RGB Variations
Color information
#67603B (or 0x67603B) is known color: Verdigris. HEX triplet: 67, 60 and 3B. RGB value is (103,96,59). Sum of RGB (Red+Green+Blue) = 103+96+59=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #67603B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67603B is #989FC4. Grayscale: #5E5E5E. Windows color (decimal): -10002373 or 3891303. OLE color: 3891303.
HSL color Cylindrical-coordinate representation of color #67603B: hue angle of 50.45º 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 #67603B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 96 | 59 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.60 |
| HSL | 50.45º | 0.27% | 0.32% | - |
| HSV(B) | 50.45º | 0.43% | 0.4% | - |
| XYZ | 10.57 | 11.57 | 5.81 | - |
| YUV | 93.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 59 | 0 | 0.07 | 0.43 | 0.60 | 50.45 | 0.27 | 0.32 |
| Hex | 67 | 60 | 3B | 0 | 7 | 2B | 3C | 32 | 1B | 20 |
| Octal | 147 | 140 | 73 | 0 | 7 | 53 | 74 | 62 | 33 | 40 |
| Binary | 1100111 | 1100000 | 111011 | 0 | 111 | 101011 | 111100 | 110010 | 11011 | 100000 |
Color Harmonies of #67603B
Complementary color
Monochromatic Colors of #67603B
Black with #67603B
Text Example
Text Example
White with #67603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67603B; }
p { color: rgb(103,96,59); }
H1.HeaderClassName
{
color: #67603B;
}
.AnyTagClassName
{
color: #67603B;
}
</style>
background-color css
<style>
a { background-color: #67603B; }
a { background-color: rgb(103,96,59); }
div.DivClassName
{
background-color: #67603B;
}
.BgClassName
{
background-color: #67603B;
}
</style>
border-color css
<style>
span { border-color: #67603B; }
span { border-color: rgb(103,96,59); }
td.TdClassName
{
border-color: #67603B;
}
.TagClassName
{
border-color: #67603B;
}
</style>