#69445A

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

Shades of Finn #69445A

Tints of Finn #69445A

Color information

#69445A (or 0x69445A) is unknown color: approx Finn. HEX triplet: 69, 44 and 5A. RGB value is (105,68,90). Sum of RGB (Red+Green+Blue) = 105+68+90=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #69445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69445A is #96BBA5. Grayscale: #515151. Windows color (decimal): -9878438 or 5915753. OLE color: 5915753.

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

Color convert

RGB1056890-
CMYK00.350.140.59
HSL324.32º21.39%33.92%-
HSV(B)324.32º35.24%41.18%-
XYZ9.747.8810.68-
YUV81.57132.76144.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.92%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 90 (35.55% from 255) = 34.22%
R=39.92%
G=25.86%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105689000.350.140.59324.3221.3933.92
Hex69445A023E3B1441522
Octal15110413204316735042542
Binary1101001100010010110100100011111011101110100010010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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