#6A1D3B

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

Shades of Pompadour #6A1D3B

Tints of Pompadour #6A1D3B

Color information

#6A1D3B (or 0x6A1D3B) is unknown color: approx Pompadour. HEX triplet: 6A, 1D and 3B. RGB value is (106,29,59). Sum of RGB (Red+Green+Blue) = 106+29+59=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D3B is #95E2C4. Grayscale: #373737. Windows color (decimal): -9822917 or 3874154. OLE color: 3874154.

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

Color convert

RGB1062959-
CMYK00.730.440.58
HSL336.62º57.04%26.47%-
HSV(B)336.62º72.64%41.57%-
XYZ7.174.264.58-
YUV55.44130.01164.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.64%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=54.64%
G=14.95%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106295900.730.440.58336.6257.0426.47
Hex6A1D3B0492C3A151391a
Octal1523573011154725217132
Binary1101010111011110110100100110110011101010101000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,29,59); }

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

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

 a { background-color: rgb(106,29,59); }

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

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

 span { border-color: rgb(106,29,59); }

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