#5C6221

Color #5C6221 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5C6221

Tints of Saratoga #5C6221

Color information

#5C6221 (or 0x5C6221) is unknown color: approx Saratoga. HEX triplet: 5C, 62 and 21. RGB value is (92,98,33). Sum of RGB (Red+Green+Blue) = 92+98+33=223 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.26% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6221 is #A39DDE. Grayscale: #595959. Windows color (decimal): -10722783 or 2187868. OLE color: 2187868.

HSL color Cylindrical-coordinate representation of color #5C6221: hue angle of 65.54º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C6221 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB929833-
CMYK0.0600.660.62
HSL65.54º49.62%25.69%-
HSV(B)65.54º66.33%38.43%-
XYZ9.0611.123.11-
YUV88.896.51130.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 92 (36.33% from 255) = 41.26%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=41.26%
G=43.95%
B=14.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9298330.0600.660.6265.5449.6225.69
Hex5C622160423E42321a
Octal1341424160102761026232
Binary1011100110001010000111001000010111110100001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C6221; }

 p { color: rgb(92,98,33); }

 H1.HeaderClassName
 {
   color: #5C6221;
 }
 .AnyTagClassName
 {
   color: #5C6221;
 }
</style>
background-color css

<style>
 a { background-color: #5C6221; }

 a { background-color: rgb(92,98,33); }

 div.DivClassName
 {
   background-color: #5C6221;
 }
 .BgClassName
 {
   background-color: #5C6221;
 }
</style>
border-color css

<style>
 span { border-color: #5C6221; }

 span { border-color: rgb(92,98,33); }

 td.TdClassName
 {
   border-color: #5C6221;
 }
 .TagClassName
 {
   border-color: #5C6221;
 }
</style>