#6F4253

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

Shades of Finn #6F4253

Tints of Finn #6F4253

Color information

#6F4253 (or 0x6F4253) is unknown color: approx Finn. HEX triplet: 6F, 42 and 53. RGB value is (111,66,83). Sum of RGB (Red+Green+Blue) = 111+66+83=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4253 is #90BDAC. Grayscale: #515151. Windows color (decimal): -9485741 or 5456495. OLE color: 5456495.

HSL color Cylindrical-coordinate representation of color #6F4253: hue angle of 337.33º 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 #6F4253 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1116683-
CMYK00.410.250.56
HSL337.33º25.42%34.71%-
HSV(B)337.33º40.54%43.53%-
XYZ10.077.99.18-
YUV81.39128.91149.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 66 (26.17% from 255) = 25.38%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=42.69%
G=25.38%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111668300.410.250.56337.3325.4234.71
Hex6F425302919381511923
Octal15710212305131705213143
Binary11011111000010101001101010011100111100010101000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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