#56631E

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

Shades of Saratoga #56631E

Tints of Saratoga #56631E

Color information

#56631E (or 0x56631E) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 1E. RGB value is (86,99,30). Sum of RGB (Red+Green+Blue) = 86+99+30=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #56631E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56631E is #A99CE1. Grayscale: #575757. Windows color (decimal): -11115746 or 1991510. OLE color: 1991510.

HSL color Cylindrical-coordinate representation of color #56631E: hue angle of 71.3º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56631E is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB869930-
CMYK0.1300.700.61
HSL71.3º53.49%25.29%-
HSV(B)71.3º69.7%38.82%-
XYZ8.53112.9-
YUV87.2595.69127.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=40%
G=46.05%
B=13.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699300.1300.700.6171.353.4925.29
Hex56631ED0463D473519
Octal12614336150106751076531
Binary1010110110001111110110101000110111101100011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56631E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56631E; }

 p { color: rgb(86,99,30); }

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

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

 a { background-color: rgb(86,99,30); }

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

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

 span { border-color: rgb(86,99,30); }

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