#694556

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

Shades of Finn #694556

Tints of Finn #694556

Color information

#694556 (or 0x694556) is unknown color: approx Finn. HEX triplet: 69, 45 and 56. RGB value is (105,69,86). Sum of RGB (Red+Green+Blue) = 105+69+86=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694556 is #96BAA9. Grayscale: #515151. Windows color (decimal): -9878186 or 5653865. OLE color: 5653865.

HSL color Cylindrical-coordinate representation of color #694556: hue angle of 331.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #694556 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1056986-
CMYK00.340.180.59
HSL331.67º20.69%34.12%-
HSV(B)331.67º34.29%41.18%-
XYZ9.637.939.83-
YUV81.7130.43144.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=40.38%
G=26.54%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105698600.340.180.59331.6720.6934.12
Hex694556022123B14c1522
Octal15110512604222735142542
Binary11010011000101101011001000101001011101110100110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694556; }

 p { color: rgb(105,69,86); }

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

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

 a { background-color: rgb(105,69,86); }

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

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

 span { border-color: rgb(105,69,86); }

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