#689183

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

Shades of Patina #689183

Tints of Patina #689183

Color information

#689183 (or 0x689183) is unknown color: approx Patina. HEX triplet: 68, 91 and 83. RGB value is (104,145,131). Sum of RGB (Red+Green+Blue) = 104+145+131=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #689183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689183 is #976E7C. Grayscale: #838383. Windows color (decimal): -9924221 or 8622440. OLE color: 8622440.

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

Color convert

RGB104145131-
CMYK0.2800.100.43
HSL159.51º16.47%48.82%-
HSV(B)159.51º28.28%56.86%-
XYZ19.9324.8325.22-
YUV131.15127.92108.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 131 (51.56% from 255) = 34.47%
R=27.37%
G=38.16%
B=34.47%

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
Decimal1041451310.2800.100.43159.5116.4748.82
Hex6891831C0A2Ba01031
Octal15022120334012532402061
Binary1101000100100011000001111100010101010111010000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689183; }

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

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

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

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

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

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

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

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