#6F4452

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

Shades of Finn #6F4452

Tints of Finn #6F4452

Color information

#6F4452 (or 0x6F4452) is unknown color: approx Finn. HEX triplet: 6F, 44 and 52. RGB value is (111,68,82). Sum of RGB (Red+Green+Blue) = 111+68+82=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4452 is #90BBAD. Grayscale: #525252. Windows color (decimal): -9485230 or 5391471. OLE color: 5391471.

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

Color convert

RGB1116882-
CMYK00.390.260.56
HSL340.47º24.02%35.1%-
HSV(B)340.47º38.74%43.53%-
XYZ10.158.129.02-
YUV82.45127.75148.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 82 (32.42% from 255) = 31.42%
R=42.53%
G=26.05%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111688200.390.260.56340.4724.0235.1
Hex6F44520271A381541823
Octal15710412204732705243043
Binary11011111000100101001001001111101011100010101010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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