#6C173E

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

Shades of Pompadour #6C173E

Tints of Pompadour #6C173E

Color information

#6C173E (or 0x6C173E) is unknown color: approx Pompadour. HEX triplet: 6C, 17 and 3E. RGB value is (108,23,62). Sum of RGB (Red+Green+Blue) = 108+23+62=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C173E is #93E8C1. Grayscale: #343434. Windows color (decimal): -9693378 or 4069228. OLE color: 4069228.

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

Color convert

RGB1082362-
CMYK00.790.430.58
HSL332.47º64.89%25.69%-
HSV(B)332.47º78.7%42.35%-
XYZ7.364.154.97-
YUV52.86133.16167.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 62 (24.61% from 255) = 32.12%
R=55.96%
G=11.92%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108236200.790.430.58332.4764.8925.69
Hex6C173E04F2B3A14c411a
Octal15427760117537251410132
Binary11011001011111111001001111101011111010101001100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,23,62); }

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

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

 a { background-color: rgb(108,23,62); }

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

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

 span { border-color: rgb(108,23,62); }

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