#681E4B

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

Shades of Pompadour #681E4B

Tints of Pompadour #681E4B

Color information

#681E4B (or 0x681E4B) is unknown color: approx Pompadour. HEX triplet: 68, 1E and 4B. RGB value is (104,30,75). Sum of RGB (Red+Green+Blue) = 104+30+75=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #681E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E4B is #97E1B4. Grayscale: #393939. Windows color (decimal): -9953717 or 4922984. OLE color: 4922984.

HSL color Cylindrical-coordinate representation of color #681E4B: hue angle of 323.51º 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 #681E4B is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1043075-
CMYK00.710.280.59
HSL323.51º55.22%26.27%-
HSV(B)323.51º71.15%40.78%-
XYZ7.444.387.11-
YUV57.26138.02161.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 30 (12.11% from 255) = 14.35%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=49.76%
G=14.35%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104307500.710.280.59323.5155.2226.27
Hex681E4B0471C3B144371a
Octal15036113010734735046732
Binary1101000111101001011010001111110011101110100010011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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