#5C6121

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

Shades of Saratoga #5C6121

Tints of Saratoga #5C6121

Color information

#5C6121 (or 0x5C6121) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 21. RGB value is (92,97,33). Sum of RGB (Red+Green+Blue) = 92+97+33=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6121 is #A39EDE. Grayscale: #585858. Windows color (decimal): -10723039 or 2187612. OLE color: 2187612.

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

Color convert

RGB929733-
CMYK0.0500.660.62
HSL64.69º49.23%25.49%-
HSV(B)64.69º65.98%38.04%-
XYZ8.9610.933.08-
YUV88.2196.84130.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.44%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=41.44%
G=43.69%
B=14.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297330.0500.660.6264.6949.2325.49
Hex5C612150423E413119
Octal1341414150102761016131
Binary1011100110000110000110101000010111110100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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