Shades of Verdigris #606338
Tints of Verdigris #606338
RGB
CMYK
RGB Variations
Color information
#606338 (or 0x606338) is known color: Verdigris. HEX triplet: 60, 63 and 38. RGB value is (96,99,56). Sum of RGB (Red+Green+Blue) = 96+99+56=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 56 (22.27% from 255 or 22.31% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #606338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606338 is #9F9CC7. Grayscale: #5D5D5D. Windows color (decimal): -10460360 or 3695456. OLE color: 3695456.
HSL color Cylindrical-coordinate representation of color #606338: hue angle of 64.19º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #606338 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 56 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.61 |
| HSL | 64.19º | 0.28% | 0.3% | - |
| HSV(B) | 64.19º | 0.43% | 0.39% | - |
| XYZ | 10 | 11.7 | 5.47 | - |
| YUV | 93.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 56 | 0.03 | 0 | 0.43 | 0.61 | 64.19 | 0.28 | 0.3 |
| Hex | 60 | 63 | 38 | 3 | 0 | 2B | 3D | 40 | 1C | 1E |
| Octal | 140 | 143 | 70 | 3 | 0 | 53 | 75 | 100 | 34 | 36 |
| Binary | 1100000 | 1100011 | 111000 | 11 | 0 | 101011 | 111101 | 1000000 | 11100 | 11110 |
Color Harmonies of #606338
Complementary color
Monochromatic Colors of #606338
Black with #606338
Text Example
Text Example
White with #606338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606338; }
p { color: rgb(96,99,56); }
H1.HeaderClassName
{
color: #606338;
}
.AnyTagClassName
{
color: #606338;
}
</style>
background-color css
<style>
a { background-color: #606338; }
a { background-color: rgb(96,99,56); }
div.DivClassName
{
background-color: #606338;
}
.BgClassName
{
background-color: #606338;
}
</style>
border-color css
<style>
span { border-color: #606338; }
span { border-color: rgb(96,99,56); }
td.TdClassName
{
border-color: #606338;
}
.TagClassName
{
border-color: #606338;
}
</style>