#681537

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

Shades of Pompadour #681537

Tints of Pompadour #681537

Color information

#681537 (or 0x681537) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 37. RGB value is (104,21,55). Sum of RGB (Red+Green+Blue) = 104+21+55=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681537 is #97EAC8. Grayscale: #313131. Windows color (decimal): -9956041 or 3609960. OLE color: 3609960.

HSL color Cylindrical-coordinate representation of color #681537: hue angle of 335.42º 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 #681537 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1042155-
CMYK00.800.470.59
HSL335.42º66.4%24.51%-
HSV(B)335.42º79.81%40.78%-
XYZ6.673.763.99-
YUV49.69131166.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 21 (8.59% from 255) = 11.67%
BLUE value IS 55 (21.88% from 255) = 30.56%
R=57.78%
G=11.67%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104215500.800.470.59335.4266.424.51
Hex6815370502F3B14f4219
Octal15025670120577351710231
Binary11010001010111011101010000101111111011101001111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681537; }

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

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

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

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

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

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

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

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