#69445F

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

Shades of Finn #69445F

Tints of Finn #69445F

Color information

#69445F (or 0x69445F) is unknown color: approx Finn. HEX triplet: 69, 44 and 5F. RGB value is (105,68,95). Sum of RGB (Red+Green+Blue) = 105+68+95=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69445F is #96BBA0. Grayscale: #525252. Windows color (decimal): -9878433 or 6243433. OLE color: 6243433.

HSL color Cylindrical-coordinate representation of color #69445F: hue angle of 316.22º 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 #69445F is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1056895-
CMYK00.350.100.59
HSL316.22º21.39%33.92%-
HSV(B)316.22º35.24%41.18%-
XYZ9.967.9611.84-
YUV82.14135.26144.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=39.18%
G=25.37%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105689500.350.100.59316.2221.3933.92
Hex69445F023A3B13c1522
Octal15110413704312734742542
Binary1101001100010010111110100011101011101110011110010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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