#6C3250

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

Shades of Flirt #6C3250

Tints of Flirt #6C3250

Color information

#6C3250 (or 0x6C3250) is unknown color: approx Flirt. HEX triplet: 6C, 32 and 50. RGB value is (108,50,80). Sum of RGB (Red+Green+Blue) = 108+50+80=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3250 is #93CDAF. Grayscale: #464646. Windows color (decimal): -9686448 or 5255788. OLE color: 5255788.

HSL color Cylindrical-coordinate representation of color #6C3250: hue angle of 328.97º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C3250 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1085080-
CMYK00.540.260.58
HSL328.97º36.71%30.98%-
HSV(B)328.97º53.7%42.35%-
XYZ8.776.058.29-
YUV70.76133.22154.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=45.38%
G=21.01%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108508000.540.260.58328.9736.7130.98
Hex6C32500361A3A149251f
Octal1546212006632725114537
Binary1101100110010101000001101101101011101010100100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,50,80); }

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

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

 a { background-color: rgb(108,50,80); }

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

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

 span { border-color: rgb(108,50,80); }

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