#5B662E

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

Shades of Saratoga #5B662E

Tints of Saratoga #5B662E

Color information

#5B662E (or 0x5B662E) is unknown color: approx Saratoga. HEX triplet: 5B, 66 and 2E. RGB value is (91,102,46). Sum of RGB (Red+Green+Blue) = 91+102+46=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #5B662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B662E is #A499D1. Grayscale: #5C5C5C. Windows color (decimal): -10787282 or 3040859. OLE color: 3040859.

HSL color Cylindrical-coordinate representation of color #5B662E: hue angle of 71.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B662E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB9110246-
CMYK0.1100.550.6
HSL71.79º37.84%29.02%-
HSV(B)71.79º54.9%40%-
XYZ9.5611.924.38-
YUV92.33101.86127.05-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 46 (18.36% from 255) = 19.25%
R=38.08%
G=42.68%
B=19.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102460.1100.550.671.7937.8429.02
Hex5B662EB0373C48261d
Octal1331465613067741104635
Binary1011011110011010111010110110111111100100100010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,46); }

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

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

 a { background-color: rgb(91,102,46); }

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

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

 span { border-color: rgb(91,102,46); }

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