#69475D

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

Shades of Finn #69475D

Tints of Finn #69475D

Color information

#69475D (or 0x69475D) is unknown color: approx Finn. HEX triplet: 69, 47 and 5D. RGB value is (105,71,93). Sum of RGB (Red+Green+Blue) = 105+71+93=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 105 - color contains mainly: red. Hex color #69475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69475D is #96B8A2. Grayscale: #535353. Windows color (decimal): -9877667 or 6113129. OLE color: 6113129.

HSL color Cylindrical-coordinate representation of color #69475D: hue angle of 321.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #69475D is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1057193-
CMYK00.320.110.59
HSL321.18º19.32%34.51%-
HSV(B)321.18º32.38%41.18%-
XYZ10.058.311.43-
YUV83.67133.26143.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=39.03%
G=26.39%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105719300.320.110.59321.1819.3234.51
Hex69475D020B3B1411323
Octal15110713504013735012343
Binary1101001100011110111010100000101111101110100000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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