#6A1B3C

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

Shades of Pompadour #6A1B3C

Tints of Pompadour #6A1B3C

Color information

#6A1B3C (or 0x6A1B3C) is unknown color: approx Pompadour. HEX triplet: 6A, 1B and 3C. RGB value is (106,27,60). Sum of RGB (Red+Green+Blue) = 106+27+60=193 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.92% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1B3C is #95E4C3. Grayscale: #363636. Windows color (decimal): -9823428 or 3939178. OLE color: 3939178.

HSL color Cylindrical-coordinate representation of color #6A1B3C: hue angle of 334.94º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A1B3C is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1062760-
CMYK00.750.430.58
HSL334.94º59.4%26.08%-
HSV(B)334.94º74.53%41.57%-
XYZ7.154.174.7-
YUV54.38131.17164.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.92%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 60 (23.83% from 255) = 31.09%
R=54.92%
G=13.99%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106276000.750.430.58334.9459.426.08
Hex6A1B3C04B2B3A14f3b1a
Octal1523374011353725177332
Binary1101010110111111000100101110101111101010100111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,27,60); }

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

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

 a { background-color: rgb(106,27,60); }

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

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

 span { border-color: rgb(106,27,60); }

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