#694051

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

Shades of Finn #694051

Tints of Finn #694051

Color information

#694051 (or 0x694051) is unknown color: approx Finn. HEX triplet: 69, 40 and 51. RGB value is (105,64,81). Sum of RGB (Red+Green+Blue) = 105+64+81=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #694051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694051 is #96BFAE. Grayscale: #4E4E4E. Windows color (decimal): -9879471 or 5324905. OLE color: 5324905.

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

Color convert

RGB1056481-
CMYK00.390.230.59
HSL335.12º24.26%33.14%-
HSV(B)335.12º39.05%41.18%-
XYZ9.147.268.7-
YUV78.2129.58147.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 81 (32.03% from 255) = 32.4%
R=42%
G=25.6%
B=32.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105648100.390.230.59335.1224.2633.14
Hex694051027173B14f1821
Octal15110012104727735173041
Binary11010011000000101000101001111011111101110100111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694051; }

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

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

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

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

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

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

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

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