#6F424E

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

Shades of Finn #6F424E

Tints of Finn #6F424E

Color information

#6F424E (or 0x6F424E) is unknown color: approx Finn. HEX triplet: 6F, 42 and 4E. RGB value is (111,66,78). Sum of RGB (Red+Green+Blue) = 111+66+78=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 111 - color contains mainly: red. Hex color #6F424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F424E is #90BDB1. Grayscale: #505050. Windows color (decimal): -9485746 or 5128815. OLE color: 5128815.

HSL color Cylindrical-coordinate representation of color #6F424E: hue angle of 344º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F424E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1116678-
CMYK00.410.300.56
HSL344º25.42%34.71%-
HSV(B)344º40.54%43.53%-
XYZ9.887.838.2-
YUV80.82126.41149.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=43.53%
G=25.88%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111667800.410.300.5634425.4234.71
Hex6F424E0291E381581923
Octal15710211605136705303143
Binary11011111000010100111001010011111011100010101100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F424E; }

 p { color: rgb(111,66,78); }

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

<style>
 a { background-color: #6F424E; }

 a { background-color: rgb(111,66,78); }

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

<style>
 span { border-color: #6F424E; }

 span { border-color: rgb(111,66,78); }

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