#681B3C

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

Shades of Pompadour #681B3C

Tints of Pompadour #681B3C

Color information

#681B3C (or 0x681B3C) is unknown color: approx Pompadour. HEX triplet: 68, 1B and 3C. RGB value is (104,27,60). Sum of RGB (Red+Green+Blue) = 104+27+60=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681B3C is #97E4C3. Grayscale: #353535. Windows color (decimal): -9954500 or 3939176. OLE color: 3939176.

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

Color convert

RGB1042760-
CMYK00.740.420.59
HSL334.29º58.78%25.69%-
HSV(B)334.29º74.04%40.78%-
XYZ6.924.054.69-
YUV53.78131.51163.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 27 (10.94% from 255) = 14.14%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=54.45%
G=14.14%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104276000.740.420.59334.2958.7825.69
Hex681B3C04A2A3B14e3b1a
Octal1503374011252735167332
Binary1101000110111111000100101010101011101110100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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