#606432

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

Shades of Saratoga #606432

Tints of Saratoga #606432

Color information

#606432 (or 0x606432) is unknown color: approx Saratoga. HEX triplet: 60, 64 and 32. RGB value is (96,100,50). Sum of RGB (Red+Green+Blue) = 96+100+50=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #606432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606432 is #9F9BCD. Grayscale: #5D5D5D. Windows color (decimal): -10460110 or 3302496. OLE color: 3302496.

HSL color Cylindrical-coordinate representation of color #606432: hue angle of 64.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #606432 is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB9610050-
CMYK0.0400.500.61
HSL64.8º33.33%29.41%-
HSV(B)64.8º50%39.22%-
XYZ9.9611.834.78-
YUV93.1103.67130.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=39.02%
G=40.65%
B=20.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100500.0400.500.6164.833.3329.41
Hex60643240323D41211d
Octal140144624062751014135
Binary110000011001001100101000110010111101100000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606432; }

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

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

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

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

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

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

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

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