#6D2843

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

Shades of Pompadour #6D2843

Tints of Pompadour #6D2843

Color information

#6D2843 (or 0x6D2843) is unknown color: approx Pompadour. HEX triplet: 6D, 28 and 43. RGB value is (109,40,67). Sum of RGB (Red+Green+Blue) = 109+40+67=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2843 is #92D7BC. Grayscale: #3F3F3F. Windows color (decimal): -9623485 or 4401261. OLE color: 4401261.

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

Color convert

RGB1094067-
CMYK00.630.390.57
HSL336.52º46.31%29.22%-
HSV(B)336.52º63.3%42.75%-
XYZ8.085.175.88-
YUV63.71129.86160.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.46%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=50.46%
G=18.52%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109406700.630.390.57336.5246.3129.22
Hex6D284303F27391512e1d
Octal1555010307747715215635
Binary11011011010001000011011111110011111100110101000110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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