#681743

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

Shades of Pompadour #681743

Tints of Pompadour #681743

Color information

#681743 (or 0x681743) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 43. RGB value is (104,23,67). Sum of RGB (Red+Green+Blue) = 104+23+67=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681743 is #97E8BC. Grayscale: #343434. Windows color (decimal): -9955517 or 4396904. OLE color: 4396904.

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

Color convert

RGB1042367-
CMYK00.780.360.59
HSL327.41º63.78%24.9%-
HSV(B)327.41º77.88%40.78%-
XYZ7.033.965.7-
YUV52.24136.34164.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 23 (9.38% from 255) = 11.86%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=53.61%
G=11.86%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104236700.780.360.59327.4163.7824.9
Hex68174304E243B1474019
Octal150271030116447350710031
Binary110100010111100001101001110100100111011101000111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681743; }

 p { color: rgb(104,23,67); }

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

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

 a { background-color: rgb(104,23,67); }

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

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

 span { border-color: rgb(104,23,67); }

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