#6B184A

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

Shades of Pompadour #6B184A

Tints of Pompadour #6B184A

Color information

#6B184A (or 0x6B184A) is unknown color: approx Pompadour. HEX triplet: 6B, 18 and 4A. RGB value is (107,24,74). Sum of RGB (Red+Green+Blue) = 107+24+74=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B184A is #94E7B5. Grayscale: #363636. Windows color (decimal): -9758646 or 4855915. OLE color: 4855915.

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

Color convert

RGB1072474-
CMYK00.780.310.58
HSL323.86º63.36%25.69%-
HSV(B)323.86º77.57%41.96%-
XYZ7.634.276.9-
YUV54.52139165.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.20%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=52.20%
G=11.71%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107247400.780.310.58323.8663.3625.69
Hex6B184A04E1F3A1443f1a
Octal15330112011637725047732
Binary1101011110001001010010011101111111101010100010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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