#681938

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

Shades of Pompadour #681938

Tints of Pompadour #681938

Color information

#681938 (or 0x681938) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 38. RGB value is (104,25,56). Sum of RGB (Red+Green+Blue) = 104+25+56=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #681938 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681938 is #97E6C7. Grayscale: #343434. Windows color (decimal): -9955016 or 3676520. OLE color: 3676520.

HSL color Cylindrical-coordinate representation of color #681938: hue angle of 336.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681938 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1042556-
CMYK00.760.460.59
HSL336.46º61.24%25.29%-
HSV(B)336.46º75.96%40.78%-
XYZ6.773.924.14-
YUV52.16130.17164.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 25 (10.16% from 255) = 13.51%
BLUE value IS 56 (22.27% from 255) = 30.27%
R=56.22%
G=13.51%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104255600.760.460.59336.4661.2425.29
Hex68193804C2E3B1503d19
Octal1503170011456735207531
Binary1101000110011110000100110010111011101110101000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681938; }

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

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

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

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

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

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

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

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