#68163E

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

Shades of Pompadour #68163E

Tints of Pompadour #68163E

Color information

#68163E (or 0x68163E) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 3E. RGB value is (104,22,62). Sum of RGB (Red+Green+Blue) = 104+22+62=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68163E is #97E9C1. Grayscale: #333333. Windows color (decimal): -9955778 or 4068968. OLE color: 4068968.

HSL color Cylindrical-coordinate representation of color #68163E: hue angle of 330.73º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68163E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB1042262-
CMYK00.790.400.59
HSL330.73º65.08%24.71%-
HSV(B)330.73º78.85%40.78%-
XYZ6.873.864.94-
YUV51.08134.17165.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=55.32%
G=11.70%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104226200.790.400.59330.7365.0824.71
Hex68163E04F283B14b4119
Octal15026760117507351310131
Binary11010001011011111001001111101000111011101001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68163E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68163E; }

 p { color: rgb(104,22,62); }

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

<style>
 a { background-color: #68163E; }

 a { background-color: rgb(104,22,62); }

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

<style>
 span { border-color: #68163E; }

 span { border-color: rgb(104,22,62); }

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