#6D2340

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

Shades of Pompadour #6D2340

Tints of Pompadour #6D2340

Color information

#6D2340 (or 0x6D2340) is unknown color: approx Pompadour. HEX triplet: 6D, 23 and 40. RGB value is (109,35,64). Sum of RGB (Red+Green+Blue) = 109+35+64=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2340 is #92DCBF. Grayscale: #3C3C3C. Windows color (decimal): -9624768 or 4203373. OLE color: 4203373.

HSL color Cylindrical-coordinate representation of color #6D2340: hue angle of 336.49º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2340 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB1093564-
CMYK00.680.410.57
HSL336.49º51.39%28.24%-
HSV(B)336.49º67.89%42.75%-
XYZ7.834.825.37-
YUV60.43130.02162.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.40%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 64 (25.39% from 255) = 30.77%
R=52.40%
G=16.83%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109356400.680.410.57336.4951.3928.24
Hex6D23400442939150331c
Octal15543100010451715206334
Binary110110110001110000000100010010100111100110101000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,64); }

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

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

 a { background-color: rgb(109,35,64); }

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

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

 span { border-color: rgb(109,35,64); }

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