#681B39

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

Shades of Pompadour #681B39

Tints of Pompadour #681B39

Color information

#681B39 (or 0x681B39) is unknown color: approx Pompadour. HEX triplet: 68, 1B and 39. RGB value is (104,27,57). Sum of RGB (Red+Green+Blue) = 104+27+57=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B39 is #97E4C6. Grayscale: #353535. Windows color (decimal): -9954503 or 3742568. OLE color: 3742568.

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

Color convert

RGB1042757-
CMYK00.740.450.59
HSL336.62º58.78%25.69%-
HSV(B)336.62º74.04%40.78%-
XYZ6.844.024.29-
YUV53.44130.01164.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=55.32%
G=14.36%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104275700.740.450.59336.6258.7825.69
Hex681B3904A2D3B1513b1a
Octal1503371011255735217332
Binary1101000110111110010100101010110111101110101000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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