#682B46

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

Shades of Pompadour #682B46

Tints of Pompadour #682B46

Color information

#682B46 (or 0x682B46) is unknown color: approx Pompadour. HEX triplet: 68, 2B and 46. RGB value is (104,43,70). Sum of RGB (Red+Green+Blue) = 104+43+70=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #682B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B46 is #97D4B9. Grayscale: #404040. Windows color (decimal): -9950394 or 4598632. OLE color: 4598632.

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

Color convert

RGB1044370-
CMYK00.590.330.59
HSL333.44º41.5%28.82%-
HSV(B)333.44º58.65%40.78%-
XYZ7.685.116.38-
YUV64.32131.21156.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 43 (17.19% from 255) = 19.82%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=47.93%
G=19.82%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104437000.590.330.59333.4441.528.82
Hex682B4603B213B14d291d
Octal1505310607341735155135
Binary11010001010111000110011101110000111101110100110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,43,70); }

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

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

 a { background-color: rgb(104,43,70); }

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

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

 span { border-color: rgb(104,43,70); }

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