#682442

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

Shades of Pompadour #682442

Tints of Pompadour #682442

Color information

#682442 (or 0x682442) is unknown color: approx Pompadour. HEX triplet: 68, 24 and 42. RGB value is (104,36,66). Sum of RGB (Red+Green+Blue) = 104+36+66=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #682442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682442 is #97DBBD. Grayscale: #3B3B3B. Windows color (decimal): -9952190 or 4334696. OLE color: 4334696.

HSL color Cylindrical-coordinate representation of color #682442: hue angle of 333.53º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682442 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1043666-
CMYK00.650.370.59
HSL333.53º48.57%27.45%-
HSV(B)333.53º65.38%40.78%-
XYZ7.324.65.66-
YUV59.75131.53159.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=50.49%
G=17.48%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104366600.650.370.59333.5348.5727.45
Hex682442041253B14e311b
Octal15044102010145735166133
Binary110100010010010000100100000110010111101110100111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682442; }

 p { color: rgb(104,36,66); }

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

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

 a { background-color: rgb(104,36,66); }

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

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

 span { border-color: rgb(104,36,66); }

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