#6F324A

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

Shades of Flirt #6F324A

Tints of Flirt #6F324A

Color information

#6F324A (or 0x6F324A) is unknown color: approx Flirt. HEX triplet: 6F, 32 and 4A. RGB value is (111,50,74). Sum of RGB (Red+Green+Blue) = 111+50+74=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F324A is #90CDB5. Grayscale: #464646. Windows color (decimal): -9489846 or 4862575. OLE color: 4862575.

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

Color convert

RGB1115074-
CMYK00.550.330.56
HSL336.39º37.89%31.57%-
HSV(B)336.39º54.95%43.53%-
XYZ8.936.167.2-
YUV70.97129.71156.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.23%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 74 (29.30% from 255) = 31.49%
R=47.23%
G=21.28%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111507400.550.330.56336.3937.8931.57
Hex6F324A03721381502620
Octal1576211206741705204640
Binary110111111001010010100110111100001111000101010000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,50,74); }

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

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

 a { background-color: rgb(111,50,74); }

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

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

 span { border-color: rgb(111,50,74); }

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