#6E1A3E

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

Shades of Pompadour #6E1A3E

Tints of Pompadour #6E1A3E

Color information

#6E1A3E (or 0x6E1A3E) is unknown color: approx Pompadour. HEX triplet: 6E, 1A and 3E. RGB value is (110,26,62). Sum of RGB (Red+Green+Blue) = 110+26+62=198 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.56% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A3E is #91E5C1. Grayscale: #373737. Windows color (decimal): -9561538 or 4069998. OLE color: 4069998.

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

Color convert

RGB1102662-
CMYK00.760.440.57
HSL334.29º61.76%26.67%-
HSV(B)334.29º76.36%43.14%-
XYZ7.674.45-
YUV55.22131.83167.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 62 (24.61% from 255) = 31.31%
R=55.56%
G=13.13%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110266200.760.440.57334.2961.7626.67
Hex6E1A3E04C2C3914e3e1b
Octal1563276011454715167633
Binary1101110110101111100100110010110011100110100111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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