#515634

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

Shades of Saratoga #515634

Tints of Saratoga #515634

Color information

#515634 (or 0x515634) is unknown color: approx Saratoga. HEX triplet: 51, 56 and 34. RGB value is (81,86,52). Sum of RGB (Red+Green+Blue) = 81+86+52=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #515634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515634 is #AEA9CB. Grayscale: #505050. Windows color (decimal): -11446732 or 3429969. OLE color: 3429969.

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

Color convert

RGB818652-
CMYK0.0600.400.66
HSL68.82º24.64%27.06%-
HSV(B)68.82º39.53%33.73%-
XYZ7.348.654.53-
YUV80.63111.84128.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=36.99%
G=39.27%
B=23.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8186520.0600.400.6668.8224.6427.06
Hex51563460284245191b
Octal1211266460501021053133
Binary101000110101101101001100101000100001010001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515634; }

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

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

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

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

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

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

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

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