#682847

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

Shades of Pompadour #682847

Tints of Pompadour #682847

Color information

#682847 (or 0x682847) is unknown color: approx Pompadour. HEX triplet: 68, 28 and 47. RGB value is (104,40,71). Sum of RGB (Red+Green+Blue) = 104+40+71=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #682847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682847 is #97D7B8. Grayscale: #3E3E3E. Windows color (decimal): -9951161 or 4663400. OLE color: 4663400.

HSL color Cylindrical-coordinate representation of color #682847: hue angle of 330.94º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682847 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1044071-
CMYK00.620.320.59
HSL330.94º44.44%28.24%-
HSV(B)330.94º61.54%40.78%-
XYZ7.614.926.51-
YUV62.67132.7157.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=48.37%
G=18.60%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104407100.620.320.59330.9444.4428.24
Hex68284703E203B14b2c1c
Octal1505010707640735135434
Binary11010001010001000111011111010000011101110100101110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682847; }

 p { color: rgb(104,40,71); }

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

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

 a { background-color: rgb(104,40,71); }

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

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

 span { border-color: rgb(104,40,71); }

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