#6A173D

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

Shades of Pompadour #6A173D

Tints of Pompadour #6A173D

Color information

#6A173D (or 0x6A173D) is unknown color: approx Pompadour. HEX triplet: 6A, 17 and 3D. RGB value is (106,23,61). Sum of RGB (Red+Green+Blue) = 106+23+61=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A173D is #95E8C2. Grayscale: #343434. Windows color (decimal): -9824451 or 4003690. OLE color: 4003690.

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

Color convert

RGB1062361-
CMYK00.780.420.58
HSL332.53º64.34%25.29%-
HSV(B)332.53º78.3%41.57%-
XYZ7.094.014.82-
YUV52.15133166.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=55.79%
G=12.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106236100.780.420.58332.5364.3425.29
Hex6A173D04E2A3A14d4019
Octal15227750116527251510031
Binary11010101011111110101001110101010111010101001101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,61); }

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

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

 a { background-color: rgb(106,23,61); }

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

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

 span { border-color: rgb(106,23,61); }

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