#6D153E

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

Shades of Pompadour #6D153E

Tints of Pompadour #6D153E

Color information

#6D153E (or 0x6D153E) is unknown color: approx Pompadour. HEX triplet: 6D, 15 and 3E. RGB value is (109,21,62). Sum of RGB (Red+Green+Blue) = 109+21+62=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D153E is #92EAC1. Grayscale: #333333. Windows color (decimal): -9628354 or 4068717. OLE color: 4068717.

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

Color convert

RGB1092162-
CMYK00.810.430.57
HSL332.05º67.69%25.49%-
HSV(B)332.05º80.73%42.75%-
XYZ7.444.144.96-
YUV51.99133.65168.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.77%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=56.77%
G=10.94%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109216200.810.430.57332.0567.6925.49
Hex6D153E0512B3914c4419
Octal15525760121537151410431
Binary11011011010111111001010001101011111001101001100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,62); }

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

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

 a { background-color: rgb(109,21,62); }

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

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

 span { border-color: rgb(109,21,62); }

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