Shades of Verdigris #66633A
Tints of Verdigris #66633A
RGB
CMYK
RGB Variations
Color information
#66633A (or 0x66633A) is known color: Verdigris. HEX triplet: 66, 63 and 3A. RGB value is (102,99,58). Sum of RGB (Red+Green+Blue) = 102+99+58=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #66633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633A is #999CC5. Grayscale: #5F5F5F. Windows color (decimal): -10067142 or 3826534. OLE color: 3826534.
HSL color Cylindrical-coordinate representation of color #66633A: hue angle of 55.91º degrees, saturation: 0.28, 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 #66633A is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 58 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.6 |
| HSL | 55.91º | 0.28% | 0.31% | - |
| HSV(B) | 55.91º | 0.43% | 0.4% | - |
| XYZ | 10.71 | 12.05 | 5.77 | - |
| YUV | 95.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 58 | 0 | 0.03 | 0.43 | 0.6 | 55.91 | 0.28 | 0.31 |
| Hex | 66 | 63 | 3A | 0 | 3 | 2B | 3C | 38 | 1C | 1F |
| Octal | 146 | 143 | 72 | 0 | 3 | 53 | 74 | 70 | 34 | 37 |
| Binary | 1100110 | 1100011 | 111010 | 0 | 11 | 101011 | 111100 | 111000 | 11100 | 11111 |
Color Harmonies of #66633A
Complementary color
Monochromatic Colors of #66633A
Black with #66633A
Text Example
Text Example
White with #66633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66633A; }
p { color: rgb(102,99,58); }
H1.HeaderClassName
{
color: #66633A;
}
.AnyTagClassName
{
color: #66633A;
}
</style>
background-color css
<style>
a { background-color: #66633A; }
a { background-color: rgb(102,99,58); }
div.DivClassName
{
background-color: #66633A;
}
.BgClassName
{
background-color: #66633A;
}
</style>
border-color css
<style>
span { border-color: #66633A; }
span { border-color: rgb(102,99,58); }
td.TdClassName
{
border-color: #66633A;
}
.TagClassName
{
border-color: #66633A;
}
</style>