#6F3852

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

Shades of Finn #6F3852

Tints of Finn #6F3852

Color information

#6F3852 (or 0x6F3852) is unknown color: approx Finn. HEX triplet: 6F, 38 and 52. RGB value is (111,56,82). Sum of RGB (Red+Green+Blue) = 111+56+82=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3852 is #90C7AD. Grayscale: #4B4B4B. Windows color (decimal): -9488302 or 5388399. OLE color: 5388399.

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

Color convert

RGB1115682-
CMYK00.500.260.56
HSL331.64º32.93%32.75%-
HSV(B)331.64º49.55%43.53%-
XYZ9.496.828.8-
YUV75.41131.72153.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=44.58%
G=22.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111568200.500.260.56331.6432.9332.75
Hex6F38520321A3814c2121
Octal1577012206232705144141
Binary11011111110001010010011001011010111000101001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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