#68113E

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

Shades of Pompadour #68113E

Tints of Pompadour #68113E

Color information

#68113E (or 0x68113E) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 3E. RGB value is (104,17,62). Sum of RGB (Red+Green+Blue) = 104+17+62=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68113E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68113E is #97EEC1. Grayscale: #303030. Windows color (decimal): -9957058 or 4067688. OLE color: 4067688.

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

Color convert

RGB1041762-
CMYK00.840.400.59
HSL328.97º71.9%23.73%-
HSV(B)328.97º83.65%40.78%-
XYZ6.783.694.91-
YUV48.14135.82167.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 17 (7.03% from 255) = 9.29%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=56.83%
G=9.29%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104176200.840.400.59328.9771.923.73
Hex68113E054283B1494818
Octal15021760124507351111030
Binary11010001000111111001010100101000111011101001001100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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