#681650

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

Shades of Pompadour #681650

Tints of Pompadour #681650

Color information

#681650 (or 0x681650) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 50. RGB value is (104,22,80). Sum of RGB (Red+Green+Blue) = 104+22+80=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681650 is #97E9AF. Grayscale: #343434. Windows color (decimal): -9955760 or 5248616. OLE color: 5248616.

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

Color convert

RGB1042280-
CMYK00.790.230.59
HSL317.56º65.08%24.71%-
HSV(B)317.56º78.85%40.78%-
XYZ7.444.17.99-
YUV53.13143.17164.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=50.49%
G=10.68%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104228000.790.230.59317.5665.0824.71
Hex68165004F173B13e4119
Octal150261200117277347610131
Binary11010001011010100000100111110111111011100111110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681650; }

 p { color: rgb(104,22,80); }

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

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

 a { background-color: rgb(104,22,80); }

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

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

 span { border-color: rgb(104,22,80); }

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