#6F4353

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

Shades of Finn #6F4353

Tints of Finn #6F4353

Color information

#6F4353 (or 0x6F4353) is unknown color: approx Finn. HEX triplet: 6F, 43 and 53. RGB value is (111,67,83). Sum of RGB (Red+Green+Blue) = 111+67+83=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4353 is #90BCAC. Grayscale: #515151. Windows color (decimal): -9485485 or 5456751. OLE color: 5456751.

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

Color convert

RGB1116783-
CMYK00.400.250.56
HSL338.18º24.72%34.9%-
HSV(B)338.18º39.64%43.53%-
XYZ10.128.029.2-
YUV81.98128.58148.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=42.53%
G=25.67%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111678300.400.250.56338.1824.7234.9
Hex6F435302819381521923
Octal15710312305031705223143
Binary11011111000011101001101010001100111100010101001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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