#69415B

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

Shades of Finn #69415B

Tints of Finn #69415B

Color information

#69415B (or 0x69415B) is unknown color: approx Finn. HEX triplet: 69, 41 and 5B. RGB value is (105,65,91). Sum of RGB (Red+Green+Blue) = 105+65+91=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #69415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69415B is #96BEA4. Grayscale: #4F4F4F. Windows color (decimal): -9879205 or 5980521. OLE color: 5980521.

HSL color Cylindrical-coordinate representation of color #69415B: hue angle of 321º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69415B is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1056591-
CMYK00.380.130.59
HSL321º23.53%33.33%-
HSV(B)321º38.1%41.18%-
XYZ9.67.5410.85-
YUV79.92134.25145.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=40.23%
G=24.90%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105659100.380.130.5932123.5333.33
Hex69415B026D3B1411821
Octal15110113304615735013041
Binary1101001100000110110110100110110111101110100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69415B; }

 p { color: rgb(105,65,91); }

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

<style>
 a { background-color: #69415B; }

 a { background-color: rgb(105,65,91); }

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

<style>
 span { border-color: #69415B; }

 span { border-color: rgb(105,65,91); }

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