#699184

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

Shades of Patina #699184

Tints of Patina #699184

Color information

#699184 (or 0x699184) is unknown color: approx Patina. HEX triplet: 69, 91 and 84. RGB value is (105,145,132). Sum of RGB (Red+Green+Blue) = 105+145+132=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #699184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699184 is #966E7B. Grayscale: #838383. Windows color (decimal): -9858684 or 8687977. OLE color: 8687977.

HSL color Cylindrical-coordinate representation of color #699184: hue angle of 160.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699184 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB105145132-
CMYK0.2800.090.43
HSL160.5º16%49.02%-
HSV(B)160.5º27.59%56.86%-
XYZ20.1224.9225.58-
YUV131.56128.25109.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 132 (51.95% from 255) = 34.55%
R=27.49%
G=37.96%
B=34.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451320.2800.090.43160.51649.02
Hex6991841C092Ba01031
Octal15122120434011532402061
Binary1101001100100011000010011100010011010111010000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699184; }

 p { color: rgb(105,145,132); }

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

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

 a { background-color: rgb(105,145,132); }

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

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

 span { border-color: rgb(105,145,132); }

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