#699385

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

Shades of Patina #699385

Tints of Patina #699385

Color information

#699385 (or 0x699385) is unknown color: approx Patina. HEX triplet: 69, 93 and 85. RGB value is (105,147,133). Sum of RGB (Red+Green+Blue) = 105+147+133=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #699385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699385 is #966C7A. Grayscale: #848484. Windows color (decimal): -9858171 or 8754025. OLE color: 8754025.

HSL color Cylindrical-coordinate representation of color #699385: hue angle of 160º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699385 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB105147133-
CMYK0.2900.100.42
HSL160º16.67%49.41%-
HSV(B)160º28.57%57.65%-
XYZ20.4925.5626.04-
YUV132.85128.09108.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 133 (52.34% from 255) = 34.55%
R=27.27%
G=38.18%
B=34.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471330.2900.100.4216016.6749.41
Hex6993851D0A2Aa01131
Octal15122320535012522402161
Binary1101001100100111000010111101010101010101010000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699385; }

 p { color: rgb(105,147,133); }

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

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

 a { background-color: rgb(105,147,133); }

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

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

 span { border-color: rgb(105,147,133); }

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