#681A3E

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

Shades of Pompadour #681A3E

Tints of Pompadour #681A3E

Color information

#681A3E (or 0x681A3E) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 3E. RGB value is (104,26,62). Sum of RGB (Red+Green+Blue) = 104+26+62=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #681A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A3E is #97E5C1. Grayscale: #353535. Windows color (decimal): -9954754 or 4069992. OLE color: 4069992.

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

Color convert

RGB1042662-
CMYK00.750.400.59
HSL332.31º60%25.49%-
HSV(B)332.31º75%40.78%-
XYZ6.954.034.97-
YUV53.43132.84164.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=54.17%
G=13.54%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104266200.750.400.59332.316025.49
Hex681A3E04B283B14c3c19
Octal1503276011350735147431
Binary1101000110101111100100101110100011101110100110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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