#69455D

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

Shades of Finn #69455D

Tints of Finn #69455D

Color information

#69455D (or 0x69455D) is unknown color: approx Finn. HEX triplet: 69, 45 and 5D. RGB value is (105,69,93). Sum of RGB (Red+Green+Blue) = 105+69+93=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 105 - color contains mainly: red. Hex color #69455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69455D is #96BAA2. Grayscale: #525252. Windows color (decimal): -9878179 or 6112617. OLE color: 6112617.

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

Color convert

RGB1056993-
CMYK00.340.110.59
HSL320º20.69%34.12%-
HSV(B)320º34.29%41.18%-
XYZ9.938.0511.39-
YUV82.5133.93144.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=39.33%
G=25.84%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105699300.340.110.5932020.6934.12
Hex69455D022B3B1401522
Octal15110513504213735002542
Binary1101001100010110111010100010101111101110100000010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69455D; }

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

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

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

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

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

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

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

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