#699383

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

Shades of Patina #699383

Tints of Patina #699383

Color information

#699383 (or 0x699383) is unknown color: approx Patina. HEX triplet: 69, 93 and 83. RGB value is (105,147,131). Sum of RGB (Red+Green+Blue) = 105+147+131=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #699383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699383 is #966C7C. Grayscale: #848484. Windows color (decimal): -9858173 or 8622953. OLE color: 8622953.

HSL color Cylindrical-coordinate representation of color #699383: hue angle of 157.14º 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 #699383 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB105147131-
CMYK0.2900.110.42
HSL157.14º16.67%49.41%-
HSV(B)157.14º28.57%57.65%-
XYZ20.3625.5125.32-
YUV132.62127.09108.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 131 (51.56% from 255) = 34.20%
R=27.42%
G=38.38%
B=34.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1051471310.2900.110.42157.1416.6749.41
Hex6993831D0B2A9d1131
Octal15122320335013522352161
Binary1101001100100111000001111101010111010101001110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699383; }

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

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

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

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

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

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

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

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