#69505C

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

Shades of Finn #69505C

Tints of Finn #69505C

Color information

#69505C (or 0x69505C) is unknown color: approx Finn. HEX triplet: 69, 50 and 5C. RGB value is (105,80,92). Sum of RGB (Red+Green+Blue) = 105+80+92=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 105 - color contains mainly: red. Hex color #69505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69505C is #96AFA3. Grayscale: #585858. Windows color (decimal): -9875364 or 6049897. OLE color: 6049897.

HSL color Cylindrical-coordinate representation of color #69505C: hue angle of 331.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69505C is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1058092-
CMYK00.240.120.59
HSL331.2º13.51%36.27%-
HSV(B)331.2º23.81%41.18%-
XYZ10.639.5111.4-
YUV88.84129.78139.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.91%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=37.91%
G=28.88%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105809200.240.120.59331.213.5136.27
Hex69505C018C3B14be24
Octal15112013403014735131644
Binary11010011010000101110001100011001110111010010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69505C; }

 p { color: rgb(105,80,92); }

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

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

 a { background-color: rgb(105,80,92); }

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

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

 span { border-color: rgb(105,80,92); }

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