#68173D

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

Shades of Pompadour #68173D

Tints of Pompadour #68173D

Color information

#68173D (or 0x68173D) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 3D. RGB value is (104,23,61). Sum of RGB (Red+Green+Blue) = 104+23+61=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #68173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68173D is #97E8C2. Grayscale: #333333. Windows color (decimal): -9955523 or 4003688. OLE color: 4003688.

HSL color Cylindrical-coordinate representation of color #68173D: hue angle of 331.85º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68173D is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1042361-
CMYK00.780.410.59
HSL331.85º63.78%24.9%-
HSV(B)331.85º77.88%40.78%-
XYZ6.863.894.8-
YUV51.55133.34165.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 61 (24.22% from 255) = 32.45%
R=55.32%
G=12.23%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104236100.780.410.59331.8563.7824.9
Hex68173D04E293B14c4019
Octal15027750116517351410031
Binary11010001011111110101001110101001111011101001100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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