#56601E

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

Shades of Saratoga #56601E

Tints of Saratoga #56601E

Color information

#56601E (or 0x56601E) is unknown color: approx Saratoga. HEX triplet: 56, 60 and 1E. RGB value is (86,96,30). Sum of RGB (Red+Green+Blue) = 86+96+30=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #56601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56601E is #A99FE1. Grayscale: #555555. Windows color (decimal): -11116514 or 1990742. OLE color: 1990742.

HSL color Cylindrical-coordinate representation of color #56601E: hue angle of 69.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56601E is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB869630-
CMYK0.1000.690.62
HSL69.09º52.38%24.71%-
HSV(B)69.09º68.75%37.65%-
XYZ8.2510.442.81-
YUV85.4996.69128.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 96 (37.89% from 255) = 45.28%
BLUE value IS 30 (12.11% from 255) = 14.15%
R=40.57%
G=45.28%
B=14.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8696300.1000.690.6269.0952.3824.71
Hex56601EA0453E453419
Octal12614036120105761056431
Binary1010110110000011110101001000101111110100010111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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