#681738

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

Shades of Pompadour #681738

Tints of Pompadour #681738

Color information

#681738 (or 0x681738) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 38. RGB value is (104,23,56). Sum of RGB (Red+Green+Blue) = 104+23+56=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #681738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681738 is #97E8C7. Grayscale: #323232. Windows color (decimal): -9955528 or 3676008. OLE color: 3676008.

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

Color convert

RGB1042356-
CMYK00.780.460.59
HSL335.56º63.78%24.9%-
HSV(B)335.56º77.88%40.78%-
XYZ6.733.844.13-
YUV50.98130.84165.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 56 (22.27% from 255) = 30.60%
R=56.83%
G=12.57%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104235600.780.460.59335.5663.7824.9
Hex68173804E2E3B1504019
Octal15027700116567352010031
Binary11010001011111100001001110101110111011101010000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681738; }

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

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

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

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

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

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

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

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