#682B4E

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

Shades of Pompadour #682B4E

Tints of Pompadour #682B4E

Color information

#682B4E (or 0x682B4E) is unknown color: approx Pompadour. HEX triplet: 68, 2B and 4E. RGB value is (104,43,78). Sum of RGB (Red+Green+Blue) = 104+43+78=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B4E is #97D4B1. Grayscale: #414141. Windows color (decimal): -9950386 or 5122920. OLE color: 5122920.

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

Color convert

RGB1044378-
CMYK00.590.250.59
HSL325.57º41.5%28.82%-
HSV(B)325.57º58.65%40.78%-
XYZ7.955.227.8-
YUV65.23135.21155.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 43 (17.19% from 255) = 19.11%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=46.22%
G=19.11%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104437800.590.250.59325.5741.528.82
Hex682B4E03B193B146291d
Octal1505311607331735065135
Binary1101000101011100111001110111100111101110100011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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