#681746

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

Shades of Pompadour #681746

Tints of Pompadour #681746

Color information

#681746 (or 0x681746) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 46. RGB value is (104,23,70). Sum of RGB (Red+Green+Blue) = 104+23+70=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681746 is #97E8B9. Grayscale: #343434. Windows color (decimal): -9955514 or 4593512. OLE color: 4593512.

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

Color convert

RGB1042370-
CMYK00.780.330.59
HSL325.19º63.78%24.9%-
HSV(B)325.19º77.88%40.78%-
XYZ7.1246.19-
YUV52.58137.84164.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 23 (9.38% from 255) = 11.68%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=52.79%
G=11.68%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104237000.780.330.59325.1963.7824.9
Hex68174604E213B1454019
Octal150271060116417350510031
Binary110100010111100011001001110100001111011101000101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681746; }

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

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

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

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

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

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

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

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