#5B662B

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

Shades of Saratoga #5B662B

Tints of Saratoga #5B662B

Color information

#5B662B (or 0x5B662B) is unknown color: approx Saratoga. HEX triplet: 5B, 66 and 2B. RGB value is (91,102,43). Sum of RGB (Red+Green+Blue) = 91+102+43=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #5B662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B662B is #A499D4. Grayscale: #5C5C5C. Windows color (decimal): -10787285 or 2844251. OLE color: 2844251.

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

Color convert

RGB9110243-
CMYK0.1100.580.6
HSL71.19º40.69%28.43%-
HSV(B)71.19º57.84%40%-
XYZ9.511.94.08-
YUV91.98100.36127.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.56%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=38.56%
G=43.22%
B=18.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal91102430.1100.580.671.1940.6928.43
Hex5B662BB03A3C47291c
Octal1331465313072741075134
Binary1011011110011010101110110111010111100100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B662B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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