Shades of Saratoga #596629
Tints of Saratoga #596629
RGB
CMYK
RGB Variations
Color information
#596629 (or 0x596629) is known color: Saratoga. HEX triplet: 59, 66 and 29. RGB value is (89,102,41). Sum of RGB (Red+Green+Blue) = 89+102+41=232 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.36% from 232); Green value is 102 (40.23% from 255 or 43.97% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 102 - color contains mainly: green. Hex color #596629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596629 is #A699D6. Grayscale: #5B5B5B. Windows color (decimal): -10918359 or 2713177. OLE color: 2713177.
HSL color Cylindrical-coordinate representation of color #596629: hue angle of 72.79º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #596629 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 89 | 102 | 41 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.6 |
| HSL | 72.79º | 0.43% | 0.28% | - |
| HSV(B) | 72.79º | 0.6% | 0.4% | - |
| XYZ | 9.27 | 11.79 | 3.88 | - |
| YUV | 91.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 41 | 0.13 | 0 | 0.60 | 0.6 | 72.79 | 0.43 | 0.28 |
| Hex | 59 | 66 | 29 | D | 0 | 3C | 3C | 49 | 2B | 1C |
| Octal | 131 | 146 | 51 | 15 | 0 | 74 | 74 | 111 | 53 | 34 |
| Binary | 1011001 | 1100110 | 101001 | 1101 | 0 | 111100 | 111100 | 1001001 | 101011 | 11100 |
Color Harmonies of #596629
Complementary color
Monochromatic Colors of #596629
Black with #596629
Text Example
Text Example
White with #596629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #596629; }
p { color: rgb(89,102,41); }
H1.HeaderClassName
{
color: #596629;
}
.AnyTagClassName
{
color: #596629;
}
</style>
background-color css
<style>
a { background-color: #596629; }
a { background-color: rgb(89,102,41); }
div.DivClassName
{
background-color: #596629;
}
.BgClassName
{
background-color: #596629;
}
</style>
border-color css
<style>
span { border-color: #596629; }
span { border-color: rgb(89,102,41); }
td.TdClassName
{
border-color: #596629;
}
.TagClassName
{
border-color: #596629;
}
</style>