#606532

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

Shades of Saratoga #606532

Tints of Saratoga #606532

Color information

#606532 (or 0x606532) is unknown color: approx Saratoga. HEX triplet: 60, 65 and 32. RGB value is (96,101,50). Sum of RGB (Red+Green+Blue) = 96+101+50=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #606532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606532 is #9F9ACD. Grayscale: #5D5D5D. Windows color (decimal): -10459854 or 3302752. OLE color: 3302752.

HSL color Cylindrical-coordinate representation of color #606532: hue angle of 65.88º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606532 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB9610150-
CMYK0.0500.500.60
HSL65.88º33.77%29.61%-
HSV(B)65.88º50.5%39.61%-
XYZ10.0512.024.81-
YUV93.69103.34129.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 50 (19.92% from 255) = 20.24%
R=38.87%
G=40.89%
B=20.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101500.0500.500.6065.8833.7729.61
Hex60653250323C42221e
Octal140145625062741024236
Binary110000011001011100101010110010111100100001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606532; }

 p { color: rgb(96,101,50); }

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

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

 a { background-color: rgb(96,101,50); }

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

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

 span { border-color: rgb(96,101,50); }

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