Shades of Verdigris #66633B
Tints of Verdigris #66633B
RGB
CMYK
RGB Variations
Color information
#66633B (or 0x66633B) is known color: Verdigris. HEX triplet: 66, 63 and 3B. RGB value is (102,99,59). Sum of RGB (Red+Green+Blue) = 102+99+59=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #66633B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66633B is #999CC4. Grayscale: #5F5F5F. Windows color (decimal): -10067141 or 3892070. OLE color: 3892070.
HSL color Cylindrical-coordinate representation of color #66633B: hue angle of 55.81º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66633B is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 99 | 59 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.6 |
| HSL | 55.81º | 0.27% | 0.32% | - |
| HSV(B) | 55.81º | 0.42% | 0.4% | - |
| XYZ | 10.73 | 12.06 | 5.9 | - |
| YUV | 95.34 | 107.49 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 59 | 0 | 0.03 | 0.42 | 0.6 | 55.81 | 0.27 | 0.32 |
| Hex | 66 | 63 | 3B | 0 | 3 | 2A | 3C | 38 | 1B | 20 |
| Octal | 146 | 143 | 73 | 0 | 3 | 52 | 74 | 70 | 33 | 40 |
| Binary | 1100110 | 1100011 | 111011 | 0 | 11 | 101010 | 111100 | 111000 | 11011 | 100000 |
Color Harmonies of #66633B
Complementary color
Monochromatic Colors of #66633B
Black with #66633B
Text Example
Text Example
White with #66633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66633B; }
p { color: rgb(102,99,59); }
H1.HeaderClassName
{
color: #66633B;
}
.AnyTagClassName
{
color: #66633B;
}
</style>
background-color css
<style>
a { background-color: #66633B; }
a { background-color: rgb(102,99,59); }
div.DivClassName
{
background-color: #66633B;
}
.BgClassName
{
background-color: #66633B;
}
</style>
border-color css
<style>
span { border-color: #66633B; }
span { border-color: rgb(102,99,59); }
td.TdClassName
{
border-color: #66633B;
}
.TagClassName
{
border-color: #66633B;
}
</style>