#6A173C

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

Shades of Pompadour #6A173C

Tints of Pompadour #6A173C

Color information

#6A173C (or 0x6A173C) is unknown color: approx Pompadour. HEX triplet: 6A, 17 and 3C. RGB value is (106,23,60). Sum of RGB (Red+Green+Blue) = 106+23+60=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A173C is #95E8C3. Grayscale: #333333. Windows color (decimal): -9824452 or 3938154. OLE color: 3938154.

HSL color Cylindrical-coordinate representation of color #6A173C: hue angle of 333.25º 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 #6A173C is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1062360-
CMYK00.780.430.58
HSL333.25º64.34%25.29%-
HSV(B)333.25º78.3%41.57%-
XYZ7.0744.68-
YUV52.04132.5166.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 60 (23.83% from 255) = 31.75%
R=56.08%
G=12.17%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106236000.780.430.58333.2564.3425.29
Hex6A173C04E2B3A14d4019
Octal15227740116537251510031
Binary11010101011111110001001110101011111010101001101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A173C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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