#606431

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

Shades of Saratoga #606431

Tints of Saratoga #606431

Color information

#606431 (or 0x606431) is unknown color: approx Saratoga. HEX triplet: 60, 64 and 31. RGB value is (96,100,49). Sum of RGB (Red+Green+Blue) = 96+100+49=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #606431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606431 is #9F9BCE. Grayscale: #5D5D5D. Windows color (decimal): -10460111 or 3236960. OLE color: 3236960.

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

Color convert

RGB9610049-
CMYK0.0400.510.61
HSL64.71º34.23%29.22%-
HSV(B)64.71º51%39.22%-
XYZ9.9411.824.66-
YUV92.99103.17130.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 100 (39.45% from 255) = 40.82%
BLUE value IS 49 (19.53% from 255) = 20%
R=39.18%
G=40.82%
B=20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100490.0400.510.6164.7134.2329.22
Hex60643140333D41221d
Octal140144614063751014235
Binary110000011001001100011000110011111101100000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606431; }

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

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

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

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

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

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

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

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