#69505D

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

Shades of Finn #69505D

Tints of Finn #69505D

Color information

#69505D (or 0x69505D) is unknown color: approx Finn. HEX triplet: 69, 50 and 5D. RGB value is (105,80,93). Sum of RGB (Red+Green+Blue) = 105+80+93=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #69505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69505D is #96AFA2. Grayscale: #585858. Windows color (decimal): -9875363 or 6115433. OLE color: 6115433.

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

Color convert

RGB1058093-
CMYK00.240.110.59
HSL328.8º13.51%36.27%-
HSV(B)328.8º23.81%41.18%-
XYZ10.679.5311.63-
YUV88.96130.28139.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=37.77%
G=28.78%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105809300.240.110.59328.813.5136.27
Hex69505D018B3B149e24
Octal15112013503013735111644
Binary11010011010000101110101100010111110111010010011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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