#682647

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

Shades of Pompadour #682647

Tints of Pompadour #682647

Color information

#682647 (or 0x682647) is unknown color: approx Pompadour. HEX triplet: 68, 26 and 47. RGB value is (104,38,71). Sum of RGB (Red+Green+Blue) = 104+38+71=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 71 (28.12% from 255 or 33.33% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682647 is #97D9B8. Grayscale: #3D3D3D. Windows color (decimal): -9951673 or 4662888. OLE color: 4662888.

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

Color convert

RGB1043871-
CMYK00.630.320.59
HSL330º46.48%27.84%-
HSV(B)330º63.46%40.78%-
XYZ7.544.786.49-
YUV61.5133.37158.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 38 (15.23% from 255) = 17.84%
BLUE value IS 71 (28.12% from 255) = 33.33%
R=48.83%
G=17.84%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104387100.630.320.5933046.4827.84
Hex68264703F203B14a2e1c
Octal1504610707740735125634
Binary11010001001101000111011111110000011101110100101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682647; }

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

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

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

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

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

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

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

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