#69505E

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

Shades of Finn #69505E

Tints of Finn #69505E

Color information

#69505E (or 0x69505E) is unknown color: approx Finn. HEX triplet: 69, 50 and 5E. RGB value is (105,80,94). Sum of RGB (Red+Green+Blue) = 105+80+94=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #69505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69505E is #96AFA1. Grayscale: #595959. Windows color (decimal): -9875362 or 6180969. OLE color: 6180969.

HSL color Cylindrical-coordinate representation of color #69505E: hue angle of 326.4º 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 #69505E is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1058094-
CMYK00.240.100.59
HSL326.4º13.51%36.27%-
HSV(B)326.4º23.81%41.18%-
XYZ10.719.5511.87-
YUV89.07130.78139.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=37.63%
G=28.67%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105809400.240.100.59326.413.5136.27
Hex69505E018A3B146e24
Octal15112013603012735061644
Binary11010011010000101111001100010101110111010001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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