#681845

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

Shades of Pompadour #681845

Tints of Pompadour #681845

Color information

#681845 (or 0x681845) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 45. RGB value is (104,24,69). Sum of RGB (Red+Green+Blue) = 104+24+69=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681845 is #97E7BA. Grayscale: #343434. Windows color (decimal): -9955259 or 4528232. OLE color: 4528232.

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

Color convert

RGB1042469-
CMYK00.770.340.59
HSL326.25º62.5%25.1%-
HSV(B)326.25º76.92%40.78%-
XYZ7.114.036.03-
YUV53.05137164.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 69 (27.34% from 255) = 35.03%
R=52.79%
G=12.18%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104246900.770.340.59326.2562.525.1
Hex68184504D223B1463e19
Octal15030105011542735067631
Binary11010001100010001010100110110001011101110100011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681845; }

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

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

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

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

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

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

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

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