#695158

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

Shades of Finn #695158

Tints of Finn #695158

Color information

#695158 (or 0x695158) is unknown color: approx Finn. HEX triplet: 69, 51 and 58. RGB value is (105,81,88). Sum of RGB (Red+Green+Blue) = 105+81+88=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695158 is #96AEA7. Grayscale: #585858. Windows color (decimal): -9875112 or 5788009. OLE color: 5788009.

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

Color convert

RGB1058188-
CMYK00.230.160.59
HSL342.5º12.9%36.47%-
HSV(B)342.5º22.86%41.18%-
XYZ10.539.5910.53-
YUV88.97127.45139.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=38.32%
G=29.56%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105818800.230.160.59342.512.936.47
Hex695158017103B156d24
Octal15112113002720735261544
Binary110100110100011011000010111100001110111010101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695158; }

 p { color: rgb(105,81,88); }

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

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

 a { background-color: rgb(105,81,88); }

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

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

 span { border-color: rgb(105,81,88); }

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