#699183

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

Shades of Patina #699183

Tints of Patina #699183

Color information

#699183 (or 0x699183) is unknown color: approx Patina. HEX triplet: 69, 91 and 83. RGB value is (105,145,131). Sum of RGB (Red+Green+Blue) = 105+145+131=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 131 (51.56% from 255 or 34.38% from 381); Max value from RGB is 145 - color contains mainly: green. Hex color #699183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699183 is #966E7C. Grayscale: #838383. Windows color (decimal): -9858685 or 8622441. OLE color: 8622441.

HSL color Cylindrical-coordinate representation of color #699183: hue angle of 159º 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 #699183 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB105145131-
CMYK0.2800.100.43
HSL159º16%49.02%-
HSV(B)159º27.59%56.86%-
XYZ20.0524.8925.22-
YUV131.44127.75109.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 145 (57.03% from 255) = 38.06%
BLUE value IS 131 (51.56% from 255) = 34.38%
R=27.56%
G=38.06%
B=34.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451310.2800.100.431591649.02
Hex6991831C0A2B9f1031
Octal15122120334012532372061
Binary1101001100100011000001111100010101010111001111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699183; }

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

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

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

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

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

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

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

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