#681F3B

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

Shades of Pompadour #681F3B

Tints of Pompadour #681F3B

Color information

#681F3B (or 0x681F3B) is unknown color: approx Pompadour. HEX triplet: 68, 1F and 3B. RGB value is (104,31,59). Sum of RGB (Red+Green+Blue) = 104+31+59=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681F3B is #97E0C4. Grayscale: #373737. Windows color (decimal): -9953477 or 3874664. OLE color: 3874664.

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

Color convert

RGB1043159-
CMYK00.700.430.59
HSL336.99º54.07%26.47%-
HSV(B)336.99º70.19%40.78%-
XYZ6.994.244.59-
YUV56.02129.68162.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 31 (12.5% from 255) = 15.98%
BLUE value IS 59 (23.44% from 255) = 30.41%
R=53.61%
G=15.98%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104315900.700.430.59336.9954.0726.47
Hex681F3B0462B3B151361a
Octal1503773010653735216632
Binary1101000111111110110100011010101111101110101000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,59); }

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

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

 a { background-color: rgb(104,31,59); }

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

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

 span { border-color: rgb(104,31,59); }

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