#694151

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

Shades of Finn #694151

Tints of Finn #694151

Color information

#694151 (or 0x694151) is unknown color: approx Finn. HEX triplet: 69, 41 and 51. RGB value is (105,65,81). Sum of RGB (Red+Green+Blue) = 105+65+81=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #694151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694151 is #96BEAE. Grayscale: #4E4E4E. Windows color (decimal): -9879215 or 5325161. OLE color: 5325161.

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

Color convert

RGB1056581-
CMYK00.380.230.59
HSL336º23.53%33.33%-
HSV(B)336º38.1%41.18%-
XYZ9.27.388.72-
YUV78.78129.25146.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=41.83%
G=25.90%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105658100.380.230.5933623.5333.33
Hex694151026173B1501821
Octal15110112104627735203041
Binary11010011000001101000101001101011111101110101000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694151; }

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

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

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

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

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

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

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

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