#6F364F

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

Shades of Flirt #6F364F

Tints of Flirt #6F364F

Color information

#6F364F (or 0x6F364F) is unknown color: approx Flirt. HEX triplet: 6F, 36 and 4F. RGB value is (111,54,79). Sum of RGB (Red+Green+Blue) = 111+54+79=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F364F is #90C9B0. Grayscale: #494949. Windows color (decimal): -9488817 or 5191279. OLE color: 5191279.

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

Color convert

RGB1115479-
CMYK00.510.290.56
HSL333.68º34.55%32.35%-
HSV(B)333.68º51.35%43.53%-
XYZ9.296.588.18-
YUV73.89130.88154.47-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.49%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=45.49%
G=22.13%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111547900.510.290.56333.6834.5532.35
Hex6F364F0331D3814e2320
Octal1576611706335705164340
Binary11011111101101001111011001111101111000101001110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,54,79); }

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

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

 a { background-color: rgb(111,54,79); }

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

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

 span { border-color: rgb(111,54,79); }

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