#5B612E

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

Shades of Saratoga #5B612E

Tints of Saratoga #5B612E

Color information

#5B612E (or 0x5B612E) is unknown color: approx Saratoga. HEX triplet: 5B, 61 and 2E. RGB value is (91,97,46). Sum of RGB (Red+Green+Blue) = 91+97+46=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #5B612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B612E is #A49ED1. Grayscale: #595959. Windows color (decimal): -10788562 or 3039579. OLE color: 3039579.

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

Color convert

RGB919746-
CMYK0.0600.530.62
HSL67.06º35.66%28.04%-
HSV(B)67.06º52.58%38.04%-
XYZ9.0810.974.22-
YUV89.39103.51129.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.89%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 46 (18.36% from 255) = 19.66%
R=38.89%
G=41.45%
B=19.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197460.0600.530.6267.0635.6628.04
Hex5B612E60353E43241c
Octal133141566065761034434
Binary101101111000011011101100110101111110100001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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