#695059

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

Shades of Finn #695059

Tints of Finn #695059

Color information

#695059 (or 0x695059) is unknown color: approx Finn. HEX triplet: 69, 50 and 59. RGB value is (105,80,89). Sum of RGB (Red+Green+Blue) = 105+80+89=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695059 is #96AFA6. Grayscale: #585858. Windows color (decimal): -9875367 or 5853289. OLE color: 5853289.

HSL color Cylindrical-coordinate representation of color #695059: hue angle of 338.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695059 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1058089-
CMYK00.240.150.59
HSL338.4º13.51%36.27%-
HSV(B)338.4º23.81%41.18%-
XYZ10.59.4610.72-
YUV88.5128.28139.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=38.32%
G=29.20%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105808900.240.150.59338.413.5136.27
Hex695059018F3B152e24
Octal15112013103017735221644
Binary11010011010000101100101100011111110111010100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695059; }

 p { color: rgb(105,80,89); }

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

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

 a { background-color: rgb(105,80,89); }

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

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

 span { border-color: rgb(105,80,89); }

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