#515631

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

Shades of Saratoga #515631

Tints of Saratoga #515631

Color information

#515631 (or 0x515631) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 31. RGB value is (81,86,49). Sum of RGB (Red+Green+Blue) = 81+86+49=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #515631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515631 is #AEA9CE. Grayscale: #505050. Windows color (decimal): -11446735 or 3233361. OLE color: 3233361.

HSL color Cylindrical-coordinate representation of color #515631: hue angle of 68.11º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #515631 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB818649-
CMYK0.0600.430.66
HSL68.11º27.41%26.47%-
HSV(B)68.11º43.02%33.73%-
XYZ7.288.634.19-
YUV80.29110.34128.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.5%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 49 (19.53% from 255) = 22.69%
R=37.5%
G=39.81%
B=22.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186490.0600.430.6668.1127.4126.47
Hex515631602B42441b1a
Octal1211266160531021043332
Binary101000110101101100011100101011100001010001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515631; }

 p { color: rgb(81,86,49); }

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

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

 a { background-color: rgb(81,86,49); }

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

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

 span { border-color: rgb(81,86,49); }

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