#681846

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

Shades of Pompadour #681846

Tints of Pompadour #681846

Color information

#681846 (or 0x681846) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 46. RGB value is (104,24,70). Sum of RGB (Red+Green+Blue) = 104+24+70=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #681846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681846 is #97E7B9. Grayscale: #353535. Windows color (decimal): -9955258 or 4593768. OLE color: 4593768.

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

Color convert

RGB1042470-
CMYK00.770.330.59
HSL325.5º62.5%25.1%-
HSV(B)325.5º76.92%40.78%-
XYZ7.144.046.2-
YUV53.16137.5164.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=52.53%
G=12.12%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104247000.770.330.59325.562.525.1
Hex68184604D213B1463e19
Octal15030106011541735067631
Binary11010001100010001100100110110000111101110100011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681846; }

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

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

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

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

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

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

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

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