#681545

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

Shades of Pompadour #681545

Tints of Pompadour #681545

Color information

#681545 (or 0x681545) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 45. RGB value is (104,21,69). Sum of RGB (Red+Green+Blue) = 104+21+69=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681545 is #97EABA. Grayscale: #333333. Windows color (decimal): -9956027 or 4527464. OLE color: 4527464.

HSL color Cylindrical-coordinate representation of color #681545: hue angle of 325.3º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681545 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1042169-
CMYK00.800.340.59
HSL325.3º66.4%24.51%-
HSV(B)325.3º79.81%40.78%-
XYZ7.053.916.01-
YUV51.29138165.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=53.61%
G=10.82%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104216900.800.340.59325.366.424.51
Hex681545050223B1454219
Octal150251050120427350510231
Binary110100010101100010101010000100010111011101000101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681545; }

 p { color: rgb(104,21,69); }

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

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

 a { background-color: rgb(104,21,69); }

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

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

 span { border-color: rgb(104,21,69); }

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