#69545B

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

Shades of Finn #69545B

Tints of Finn #69545B

Color information

#69545B (or 0x69545B) is unknown color: approx Finn. HEX triplet: 69, 54 and 5B. RGB value is (105,84,91). Sum of RGB (Red+Green+Blue) = 105+84+91=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #69545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69545B is #96ABA4. Grayscale: #5B5B5B. Windows color (decimal): -9874341 or 5985385. OLE color: 5985385.

HSL color Cylindrical-coordinate representation of color #69545B: hue angle of 340º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69545B is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1058491-
CMYK00.200.130.59
HSL340º11.11%37.06%-
HSV(B)340º20%41.18%-
XYZ10.8810.111.27-
YUV91.08127.96137.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=37.5%
G=30%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105849100.200.130.5934011.1137.06
Hex69545B014D3B154b25
Octal15112413302415735241345
Binary11010011010100101101101010011011110111010101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69545B; }

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

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

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

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

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

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

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

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