#68163D

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

Shades of Pompadour #68163D

Tints of Pompadour #68163D

Color information

#68163D (or 0x68163D) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 3D. RGB value is (104,22,61). Sum of RGB (Red+Green+Blue) = 104+22+61=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #68163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68163D is #97E9C2. Grayscale: #323232. Windows color (decimal): -9955779 or 4003432. OLE color: 4003432.

HSL color Cylindrical-coordinate representation of color #68163D: hue angle of 331.46º 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 #68163D is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1042261-
CMYK00.790.410.59
HSL331.46º65.08%24.71%-
HSV(B)331.46º78.85%40.78%-
XYZ6.843.854.8-
YUV50.96133.67165.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 22 (8.98% from 255) = 11.76%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=55.61%
G=11.76%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104226100.790.410.59331.4665.0824.71
Hex68163D04F293B14b4119
Octal15026750117517351310131
Binary11010001011011110101001111101001111011101001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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