#682643

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

Shades of Pompadour #682643

Tints of Pompadour #682643

Color information

#682643 (or 0x682643) is unknown color: approx Pompadour. HEX triplet: 68, 26 and 43. RGB value is (104,38,67). Sum of RGB (Red+Green+Blue) = 104+38+67=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 67 (26.56% from 255 or 32.06% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682643 is #97D9BC. Grayscale: #3C3C3C. Windows color (decimal): -9951677 or 4400744. OLE color: 4400744.

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

Color convert

RGB1043867-
CMYK00.630.360.59
HSL333.64º46.48%27.84%-
HSV(B)333.64º63.46%40.78%-
XYZ7.424.735.83-
YUV61.04131.37158.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 38 (15.23% from 255) = 18.18%
BLUE value IS 67 (26.56% from 255) = 32.06%
R=49.76%
G=18.18%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104386700.630.360.59333.6446.4827.84
Hex68264303F243B14e2e1c
Octal1504610307744735165634
Binary11010001001101000011011111110010011101110100111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682643; }

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

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

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

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

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

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

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

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