#681E3F

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

Shades of Pompadour #681E3F

Tints of Pompadour #681E3F

Color information

#681E3F (or 0x681E3F) is unknown color: approx Pompadour. HEX triplet: 68, 1E and 3F. RGB value is (104,30,63). Sum of RGB (Red+Green+Blue) = 104+30+63=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E3F is #97E1C0. Grayscale: #373737. Windows color (decimal): -9953729 or 4136552. OLE color: 4136552.

HSL color Cylindrical-coordinate representation of color #681E3F: hue angle of 333.24º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E3F is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1043063-
CMYK00.710.390.59
HSL333.24º55.22%26.27%-
HSV(B)333.24º71.15%40.78%-
XYZ7.074.235.15-
YUV55.89132.02162.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 63 (25% from 255) = 31.98%
R=52.79%
G=15.23%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104306300.710.390.59333.2455.2226.27
Hex681E3F047273B14d371a
Octal1503677010747735156732
Binary1101000111101111110100011110011111101110100110111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681E3F; }

 p { color: rgb(104,30,63); }

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

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

 a { background-color: rgb(104,30,63); }

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

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

 span { border-color: rgb(104,30,63); }

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