#6C173B

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

Shades of Pompadour #6C173B

Tints of Pompadour #6C173B

Color information

#6C173B (or 0x6C173B) is unknown color: approx Pompadour. HEX triplet: 6C, 17 and 3B. RGB value is (108,23,59). Sum of RGB (Red+Green+Blue) = 108+23+59=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C173B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C173B is #93E8C4. Grayscale: #343434. Windows color (decimal): -9693381 or 3872620. OLE color: 3872620.

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

Color convert

RGB1082359-
CMYK00.790.450.58
HSL334.59º64.89%25.69%-
HSV(B)334.59º78.7%42.35%-
XYZ7.284.124.55-
YUV52.52131.66167.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.84%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 59 (23.44% from 255) = 31.05%
R=56.84%
G=12.11%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108235900.790.450.58334.5964.8925.69
Hex6C173B04F2D3A14f411a
Octal15427730117557251710132
Binary11011001011111101101001111101101111010101001111100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C173B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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