#682650

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

Shades of Pompadour #682650

Tints of Pompadour #682650

Color information

#682650 (or 0x682650) is unknown color: approx Pompadour. HEX triplet: 68, 26 and 50. RGB value is (104,38,80). Sum of RGB (Red+Green+Blue) = 104+38+80=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682650 is #97D9AF. Grayscale: #3E3E3E. Windows color (decimal): -9951664 or 5252712. OLE color: 5252712.

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

Color convert

RGB1043880-
CMYK00.630.230.59
HSL321.82º46.48%27.84%-
HSV(B)321.82º63.46%40.78%-
XYZ7.854.918.12-
YUV62.52137.87157.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 38 (15.23% from 255) = 17.12%
BLUE value IS 80 (31.64% from 255) = 36.04%
R=46.85%
G=17.12%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104388000.630.230.59321.8246.4827.84
Hex68265003F173B1422e1c
Octal1504612007727735025634
Binary1101000100110101000001111111011111101110100001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682650; }

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

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

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

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

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

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

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

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