#5B612F

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

Shades of Saratoga #5B612F

Tints of Saratoga #5B612F

Color information

#5B612F (or 0x5B612F) is unknown color: approx Saratoga. HEX triplet: 5B, 61 and 2F. RGB value is (91,97,47). Sum of RGB (Red+Green+Blue) = 91+97+47=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #5B612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B612F is #A49ED0. Grayscale: #595959. Windows color (decimal): -10788561 or 3105115. OLE color: 3105115.

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

Color convert

RGB919747-
CMYK0.0600.520.62
HSL67.2º34.72%28.24%-
HSV(B)67.2º51.55%38.04%-
XYZ9.110.984.33-
YUV89.51104.01129.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.72%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 47 (18.75% from 255) = 20%
R=38.72%
G=41.28%
B=20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197470.0600.520.6267.234.7228.24
Hex5B612F60343E43231c
Octal133141576064761034334
Binary101101111000011011111100110100111110100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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