#596627

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

Shades of Saratoga #596627

Tints of Saratoga #596627

Color information

#596627 (or 0x596627) is unknown color: approx Saratoga. HEX triplet: 59, 66 and 27. RGB value is (89,102,39). Sum of RGB (Red+Green+Blue) = 89+102+39=230 (30% of max value = 765). Red value is 89 (35.16% from 255 or 38.70% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #596627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #596627 is #A699D8. Grayscale: #5B5B5B. Windows color (decimal): -10918361 or 2582105. OLE color: 2582105.

HSL color Cylindrical-coordinate representation of color #596627: hue angle of 72.38º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596627 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB8910239-
CMYK0.1300.620.6
HSL72.38º44.68%27.65%-
HSV(B)72.38º61.76%40%-
XYZ9.2411.773.71-
YUV90.9398.69126.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 38.70%
GREEN value IS 102 (40.23% from 255) = 44.35%
BLUE value IS 39 (15.62% from 255) = 16.96%
R=38.70%
G=44.35%
B=16.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal89102390.1300.620.672.3844.6827.65
Hex596627D03E3C482d1c
Octal1311464715076741105534
Binary1011001110011010011111010111110111100100100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596627; }

 p { color: rgb(89,102,39); }

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

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

 a { background-color: rgb(89,102,39); }

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

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

 span { border-color: rgb(89,102,39); }

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