#69425A

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

Shades of Finn #69425A

Tints of Finn #69425A

Color information

#69425A (or 0x69425A) is unknown color: approx Finn. HEX triplet: 69, 42 and 5A. RGB value is (105,66,90). Sum of RGB (Red+Green+Blue) = 105+66+90=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #69425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69425A is #96BDA5. Grayscale: #505050. Windows color (decimal): -9878950 or 5915241. OLE color: 5915241.

HSL color Cylindrical-coordinate representation of color #69425A: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69425A is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1056690-
CMYK00.370.140.59
HSL323.08º22.81%33.53%-
HSV(B)323.08º37.14%41.18%-
XYZ9.627.6410.64-
YUV80.4133.42145.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=40.23%
G=25.29%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105669000.370.140.59323.0822.8133.53
Hex69425A025E3B1431722
Octal15110213204516735032742
Binary1101001100001010110100100101111011101110100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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