#681941

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

Shades of Pompadour #681941

Tints of Pompadour #681941

Color information

#681941 (or 0x681941) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 41. RGB value is (104,25,65). Sum of RGB (Red+Green+Blue) = 104+25+65=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681941 is #97E6BE. Grayscale: #353535. Windows color (decimal): -9955007 or 4266344. OLE color: 4266344.

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

Color convert

RGB1042565-
CMYK00.760.380.59
HSL329.62º61.24%25.29%-
HSV(B)329.62º75.96%40.78%-
XYZ7.014.025.41-
YUV53.18134.67164.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=53.61%
G=12.89%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104256500.760.380.59329.6261.2425.29
Hex68194104C263B14a3d19
Octal15031101011446735127531
Binary11010001100110000010100110010011011101110100101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681941; }

 p { color: rgb(104,25,65); }

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

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

 a { background-color: rgb(104,25,65); }

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

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

 span { border-color: rgb(104,25,65); }

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