#69415A

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

Shades of Finn #69415A

Tints of Finn #69415A

Color information

#69415A (or 0x69415A) is unknown color: approx Finn. HEX triplet: 69, 41 and 5A. RGB value is (105,65,90). Sum of RGB (Red+Green+Blue) = 105+65+90=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #69415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69415A is #96BEA5. Grayscale: #4F4F4F. Windows color (decimal): -9879206 or 5914985. OLE color: 5914985.

HSL color Cylindrical-coordinate representation of color #69415A: hue angle of 322.5º 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 #69415A is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1056590-
CMYK00.380.140.59
HSL322.5º23.53%33.33%-
HSV(B)322.5º38.1%41.18%-
XYZ9.567.5210.62-
YUV79.81133.75145.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 90 (35.55% from 255) = 34.62%
R=40.38%
G=25%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105659000.380.140.59322.523.5333.33
Hex69415A026E3B1421821
Octal15110113204616735023041
Binary1101001100000110110100100110111011101110100001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69415A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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