#6A184A

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

Shades of Pompadour #6A184A

Tints of Pompadour #6A184A

Color information

#6A184A (or 0x6A184A) is unknown color: approx Pompadour. HEX triplet: 6A, 18 and 4A. RGB value is (106,24,74). Sum of RGB (Red+Green+Blue) = 106+24+74=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A184A is #95E7B5. Grayscale: #363636. Windows color (decimal): -9824182 or 4855914. OLE color: 4855914.

HSL color Cylindrical-coordinate representation of color #6A184A: hue angle of 323.41º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A184A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB1062474-
CMYK00.770.300.58
HSL323.41º63.08%25.49%-
HSV(B)323.41º77.36%41.57%-
XYZ7.514.216.9-
YUV54.22139.17164.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.96%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 74 (29.30% from 255) = 36.27%
R=51.96%
G=11.76%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106247400.770.300.58323.4163.0825.49
Hex6A184A04D1E3A1433f19
Octal15230112011536725037731
Binary1101010110001001010010011011111011101010100001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,74); }

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

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

 a { background-color: rgb(106,24,74); }

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

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

 span { border-color: rgb(106,24,74); }

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