#6E153E

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

Shades of Pompadour #6E153E

Tints of Pompadour #6E153E

Color information

#6E153E (or 0x6E153E) is unknown color: approx Pompadour. HEX triplet: 6E, 15 and 3E. RGB value is (110,21,62). Sum of RGB (Red+Green+Blue) = 110+21+62=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E153E is #91EAC1. Grayscale: #343434. Windows color (decimal): -9562818 or 4068718. OLE color: 4068718.

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

Color convert

RGB1102162-
CMYK00.810.440.57
HSL332.36º67.94%25.69%-
HSV(B)332.36º80.91%43.14%-
XYZ7.574.24.97-
YUV52.28133.49169.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 56.99%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=56.99%
G=10.88%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110216200.810.440.57332.3667.9425.69
Hex6E153E0512C3914c441a
Octal15625760121547151410432
Binary11011101010111111001010001101100111001101001100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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