#6D2743

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

Shades of Pompadour #6D2743

Tints of Pompadour #6D2743

Color information

#6D2743 (or 0x6D2743) is unknown color: approx Pompadour. HEX triplet: 6D, 27 and 43. RGB value is (109,39,67). Sum of RGB (Red+Green+Blue) = 109+39+67=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2743 is #92D8BC. Grayscale: #3F3F3F. Windows color (decimal): -9623741 or 4401005. OLE color: 4401005.

HSL color Cylindrical-coordinate representation of color #6D2743: hue angle of 336º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2743 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.57.

Color convert

RGB1093967-
CMYK00.640.390.57
HSL336º47.3%29.02%-
HSV(B)336º64.22%42.75%-
XYZ8.055.115.87-
YUV63.12130.19160.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 67 (26.56% from 255) = 31.16%
R=50.70%
G=18.14%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109396700.640.390.5733647.329.02
Hex6D274304027391502f1d
Octal15547103010047715205735
Binary110110110011110000110100000010011111100110101000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,39,67); }

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

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

 a { background-color: rgb(109,39,67); }

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

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

 span { border-color: rgb(109,39,67); }

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