#681A38

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

Shades of Pompadour #681A38

Tints of Pompadour #681A38

Color information

#681A38 (or 0x681A38) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 38. RGB value is (104,26,56). Sum of RGB (Red+Green+Blue) = 104+26+56=186 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.91% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 56 (22.27% from 255 or 30.11% from 186); Max value from RGB is 104 - color contains mainly: red. Hex color #681A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A38 is #97E5C7. Grayscale: #343434. Windows color (decimal): -9954760 or 3676776. OLE color: 3676776.

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

Color convert

RGB1042656-
CMYK00.750.460.59
HSL336.92º60%25.49%-
HSV(B)336.92º75%40.78%-
XYZ6.793.974.15-
YUV52.74129.84164.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.91%
GREEN value IS 26 (10.55% from 255) = 13.98%
BLUE value IS 56 (22.27% from 255) = 30.11%
R=55.91%
G=13.98%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104265600.750.460.59336.926025.49
Hex681A3804B2E3B1513c19
Octal1503270011356735217431
Binary1101000110101110000100101110111011101110101000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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