#682641

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

Shades of Pompadour #682641

Tints of Pompadour #682641

Color information

#682641 (or 0x682641) is unknown color: approx Pompadour. HEX triplet: 68, 26 and 41. RGB value is (104,38,65). Sum of RGB (Red+Green+Blue) = 104+38+65=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682641 is #97D9BE. Grayscale: #3C3C3C. Windows color (decimal): -9951679 or 4269672. OLE color: 4269672.

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

Color convert

RGB1043865-
CMYK00.630.380.59
HSL335.45º46.48%27.84%-
HSV(B)335.45º63.46%40.78%-
XYZ7.364.715.52-
YUV60.81130.37158.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 65 (25.78% from 255) = 31.40%
R=50.24%
G=18.36%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104386500.630.380.59335.4546.4827.84
Hex68264103F263B14f2e1c
Octal1504610107746735175634
Binary11010001001101000001011111110011011101110100111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682641; }

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

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

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

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

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

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

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

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