#681945

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

Shades of Pompadour #681945

Tints of Pompadour #681945

Color information

#681945 (or 0x681945) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 45. RGB value is (104,25,69). Sum of RGB (Red+Green+Blue) = 104+25+69=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #681945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681945 is #97E6BA. Grayscale: #353535. Windows color (decimal): -9955003 or 4528488. OLE color: 4528488.

HSL color Cylindrical-coordinate representation of color #681945: hue angle of 326.58º 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 #681945 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1042569-
CMYK00.760.340.59
HSL326.58º61.24%25.29%-
HSV(B)326.58º75.96%40.78%-
XYZ7.134.076.04-
YUV53.64136.67163.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 25 (10.16% from 255) = 12.63%
BLUE value IS 69 (27.34% from 255) = 34.85%
R=52.53%
G=12.63%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104256900.760.340.59326.5861.2425.29
Hex68194504C223B1473d19
Octal15031105011442735077531
Binary11010001100110001010100110010001011101110100011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681945; }

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

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

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

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

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

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

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

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