#682C47

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

Shades of Pompadour #682C47

Tints of Pompadour #682C47

Color information

#682C47 (or 0x682C47) is unknown color: approx Pompadour. HEX triplet: 68, 2C and 47. RGB value is (104,44,71). Sum of RGB (Red+Green+Blue) = 104+44+71=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C47 is #97D3B8. Grayscale: #404040. Windows color (decimal): -9950137 or 4664424. OLE color: 4664424.

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

Color convert

RGB1044471-
CMYK00.580.320.59
HSL333º40.54%29.02%-
HSV(B)333º57.69%40.78%-
XYZ7.755.26.56-
YUV65.02131.38155.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=47.49%
G=20.09%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104447100.580.320.5933340.5429.02
Hex682C4703A203B14d291d
Octal1505410707240735155135
Binary11010001011001000111011101010000011101110100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682C47; }

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

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

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

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

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

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

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

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