Shades of Saratoga #606433
Tints of Saratoga #606433
RGB
CMYK
RGB Variations
Color information
#606433 (or 0x606433) is known color: Saratoga. HEX triplet: 60, 64 and 33. RGB value is (96,100,51). Sum of RGB (Red+Green+Blue) = 96+100+51=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 51 (20.31% from 255 or 20.65% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #606433 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606433 is #9F9BCC. Grayscale: #5D5D5D. Windows color (decimal): -10460109 or 3368032. OLE color: 3368032.
HSL color Cylindrical-coordinate representation of color #606433: hue angle of 64.9º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606433 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 51 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.61 |
| HSL | 64.9º | 0.32% | 0.3% | - |
| HSV(B) | 64.9º | 0.49% | 0.39% | - |
| XYZ | 9.98 | 11.84 | 4.89 | - |
| YUV | 93.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 51 | 0.04 | 0 | 0.49 | 0.61 | 64.9 | 0.32 | 0.3 |
| Hex | 60 | 64 | 33 | 4 | 0 | 31 | 3D | 41 | 20 | 1E |
| Octal | 140 | 144 | 63 | 4 | 0 | 61 | 75 | 101 | 40 | 36 |
| Binary | 1100000 | 1100100 | 110011 | 100 | 0 | 110001 | 111101 | 1000001 | 100000 | 11110 |
Color Harmonies of #606433
Complementary color
Monochromatic Colors of #606433
Black with #606433
Text Example
Text Example
White with #606433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606433; }
p { color: rgb(96,100,51); }
H1.HeaderClassName
{
color: #606433;
}
.AnyTagClassName
{
color: #606433;
}
</style>
background-color css
<style>
a { background-color: #606433; }
a { background-color: rgb(96,100,51); }
div.DivClassName
{
background-color: #606433;
}
.BgClassName
{
background-color: #606433;
}
</style>
border-color css
<style>
span { border-color: #606433; }
span { border-color: rgb(96,100,51); }
td.TdClassName
{
border-color: #606433;
}
.TagClassName
{
border-color: #606433;
}
</style>