Shades of Saratoga #5C6324
Tints of Saratoga #5C6324
RGB
CMYK
RGB Variations
Color information
#5C6324 (or 0x5C6324) is known color: Saratoga. HEX triplet: 5C, 63 and 24. RGB value is (92,99,36). Sum of RGB (Red+Green+Blue) = 92+99+36=227 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.53% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6324 is #A39CDB. Grayscale: #595959. Windows color (decimal): -10722524 or 2384732. OLE color: 2384732.
HSL color Cylindrical-coordinate representation of color #5C6324: hue angle of 66.67º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C6324 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 36 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.61 |
| HSL | 66.67º | 0.47% | 0.26% | - |
| HSV(B) | 66.67º | 0.64% | 0.39% | - |
| XYZ | 9.19 | 11.33 | 3.37 | - |
| YUV | 89.73 | 97.68 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 36 | 0.07 | 0 | 0.64 | 0.61 | 66.67 | 0.47 | 0.26 |
| Hex | 5C | 63 | 24 | 7 | 0 | 40 | 3D | 43 | 2F | 1A |
| Octal | 134 | 143 | 44 | 7 | 0 | 100 | 75 | 103 | 57 | 32 |
| Binary | 1011100 | 1100011 | 100100 | 111 | 0 | 1000000 | 111101 | 1000011 | 101111 | 11010 |
Color Harmonies of #5C6324
Complementary color
Monochromatic Colors of #5C6324
Black with #5C6324
Text Example
Text Example
White with #5C6324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6324; }
p { color: rgb(92,99,36); }
H1.HeaderClassName
{
color: #5C6324;
}
.AnyTagClassName
{
color: #5C6324;
}
</style>
background-color css
<style>
a { background-color: #5C6324; }
a { background-color: rgb(92,99,36); }
div.DivClassName
{
background-color: #5C6324;
}
.BgClassName
{
background-color: #5C6324;
}
</style>
border-color css
<style>
span { border-color: #5C6324; }
span { border-color: rgb(92,99,36); }
td.TdClassName
{
border-color: #5C6324;
}
.TagClassName
{
border-color: #5C6324;
}
</style>