#69445B

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

Shades of Finn #69445B

Tints of Finn #69445B

Color information

#69445B (or 0x69445B) is unknown color: approx Finn. HEX triplet: 69, 44 and 5B. RGB value is (105,68,91). Sum of RGB (Red+Green+Blue) = 105+68+91=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #69445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69445B is #96BBA4. Grayscale: #515151. Windows color (decimal): -9878437 or 5981289. OLE color: 5981289.

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

Color convert

RGB1056891-
CMYK00.350.130.59
HSL322.7º21.39%33.92%-
HSV(B)322.7º35.24%41.18%-
XYZ9.787.8910.91-
YUV81.68133.26144.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=39.77%
G=25.76%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105689100.350.130.59322.721.3933.92
Hex69445B023D3B1431522
Octal15110413304315735032542
Binary1101001100010010110110100011110111101110100001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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