#68184C

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

Shades of Pompadour #68184C

Tints of Pompadour #68184C

Color information

#68184C (or 0x68184C) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 4C. RGB value is (104,24,76). Sum of RGB (Red+Green+Blue) = 104+24+76=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68184C is #97E7B3. Grayscale: #353535. Windows color (decimal): -9955252 or 4986984. OLE color: 4986984.

HSL color Cylindrical-coordinate representation of color #68184C: hue angle of 321º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68184C is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1042476-
CMYK00.770.270.59
HSL321º62.5%25.1%-
HSV(B)321º76.92%40.78%-
XYZ7.344.127.25-
YUV53.85140.5163.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 76 (30.08% from 255) = 37.25%
R=50.98%
G=11.76%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104247600.770.270.5932162.525.1
Hex68184C04D1B3B1413e19
Octal15030114011533735017631
Binary1101000110001001100010011011101111101110100000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68184C; }

 p { color: rgb(104,24,76); }

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

<style>
 a { background-color: #68184C; }

 a { background-color: rgb(104,24,76); }

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

<style>
 span { border-color: #68184C; }

 span { border-color: rgb(104,24,76); }

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