#681A39

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

Shades of Pompadour #681A39

Tints of Pompadour #681A39

Color information

#681A39 (or 0x681A39) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 39. RGB value is (104,26,57). Sum of RGB (Red+Green+Blue) = 104+26+57=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A39 is #97E5C6. Grayscale: #343434. Windows color (decimal): -9954759 or 3742312. OLE color: 3742312.

HSL color Cylindrical-coordinate representation of color #681A39: hue angle of 336.15º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A39 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1042657-
CMYK00.750.450.59
HSL336.15º60%25.49%-
HSV(B)336.15º75%40.78%-
XYZ6.823.984.28-
YUV52.86130.34164.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 57 (22.66% from 255) = 30.48%
R=55.61%
G=13.90%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104265700.750.450.59336.156025.49
Hex681A3904B2D3B1503c19
Octal1503271011355735207431
Binary1101000110101110010100101110110111101110101000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,57); }

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

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

 a { background-color: rgb(104,26,57); }

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

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

 span { border-color: rgb(104,26,57); }

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