#682848

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

Shades of Pompadour #682848

Tints of Pompadour #682848

Color information

#682848 (or 0x682848) is unknown color: approx Pompadour. HEX triplet: 68, 28 and 48. RGB value is (104,40,72). Sum of RGB (Red+Green+Blue) = 104+40+72=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #682848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682848 is #97D7B7. Grayscale: #3E3E3E. Windows color (decimal): -9951160 or 4728936. OLE color: 4728936.

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

Color convert

RGB1044072-
CMYK00.620.310.59
HSL330º44.44%28.24%-
HSV(B)330º61.54%40.78%-
XYZ7.644.936.68-
YUV62.78133.2157.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=48.15%
G=18.52%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104407200.620.310.5933044.4428.24
Hex68284803E1F3B14a2c1c
Octal1505011007637735125434
Binary1101000101000100100001111101111111101110100101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682848; }

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

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

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

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

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

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

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

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