#694554

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

Shades of Finn #694554

Tints of Finn #694554

Color information

#694554 (or 0x694554) is unknown color: approx Finn. HEX triplet: 69, 45 and 54. RGB value is (105,69,84). Sum of RGB (Red+Green+Blue) = 105+69+84=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #694554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694554 is #96BAAB. Grayscale: #515151. Windows color (decimal): -9878188 or 5522793. OLE color: 5522793.

HSL color Cylindrical-coordinate representation of color #694554: hue angle of 335º 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 #694554 is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1056984-
CMYK00.340.200.59
HSL335º20.69%34.12%-
HSV(B)335º34.29%41.18%-
XYZ9.557.99.41-
YUV81.47129.43144.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=40.70%
G=26.74%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105698400.340.200.5933520.6934.12
Hex694554022143B14f1522
Octal15110512404224735172542
Binary11010011000101101010001000101010011101110100111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694554; }

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

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

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

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

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

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

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

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