#682B4C

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

Shades of Pompadour #682B4C

Tints of Pompadour #682B4C

Color information

#682B4C (or 0x682B4C) is unknown color: approx Pompadour. HEX triplet: 68, 2B and 4C. RGB value is (104,43,76). Sum of RGB (Red+Green+Blue) = 104+43+76=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B4C is #97D4B3. Grayscale: #404040. Windows color (decimal): -9950388 or 4991848. OLE color: 4991848.

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

Color convert

RGB1044376-
CMYK00.590.270.59
HSL327.54º41.5%28.82%-
HSV(B)327.54º58.65%40.78%-
XYZ7.885.197.42-
YUV65134.21155.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=46.64%
G=19.28%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104437600.590.270.59327.5441.528.82
Hex682B4C03B1B3B148291d
Octal1505311407333735105135
Binary1101000101011100110001110111101111101110100100010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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