#6F4352

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

Shades of Finn #6F4352

Tints of Finn #6F4352

Color information

#6F4352 (or 0x6F4352) is unknown color: approx Finn. HEX triplet: 6F, 43 and 52. RGB value is (111,67,82). Sum of RGB (Red+Green+Blue) = 111+67+82=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4352 is #90BCAD. Grayscale: #515151. Windows color (decimal): -9485486 or 5391215. OLE color: 5391215.

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

Color convert

RGB1116782-
CMYK00.400.260.56
HSL339.55º24.72%34.9%-
HSV(B)339.55º39.64%43.53%-
XYZ10.0989-
YUV81.87128.08148.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 82 (32.42% from 255) = 31.54%
R=42.69%
G=25.77%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111678200.400.260.56339.5524.7234.9
Hex6F43520281A381541923
Octal15710312205032705243143
Binary11011111000011101001001010001101011100010101010011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,67,82); }

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

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

 a { background-color: rgb(111,67,82); }

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

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

 span { border-color: rgb(111,67,82); }

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