#69485E

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

Shades of Finn #69485E

Tints of Finn #69485E

Color information

#69485E (or 0x69485E) is unknown color: approx Finn. HEX triplet: 69, 48 and 5E. RGB value is (105,72,94). Sum of RGB (Red+Green+Blue) = 105+72+94=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #69485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69485E is #96B7A1. Grayscale: #545454. Windows color (decimal): -9877410 or 6178921. OLE color: 6178921.

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

Color convert

RGB1057294-
CMYK00.310.100.59
HSL320º18.64%34.71%-
HSV(B)320º31.43%41.18%-
XYZ10.168.4511.68-
YUV84.38133.43142.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 94 (37.11% from 255) = 34.69%
R=38.75%
G=26.57%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105729400.310.100.5932018.6434.71
Hex69485E01FA3B1401323
Octal15111013603712735002343
Binary110100110010001011110011111101011101110100000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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