#682344

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

Shades of Pompadour #682344

Tints of Pompadour #682344

Color information

#682344 (or 0x682344) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 44. RGB value is (104,35,68). Sum of RGB (Red+Green+Blue) = 104+35+68=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682344 is #97DCBB. Grayscale: #3B3B3B. Windows color (decimal): -9952444 or 4465512. OLE color: 4465512.

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

Color convert

RGB1043568-
CMYK00.660.350.59
HSL331.3º49.64%27.25%-
HSV(B)331.3º66.35%40.78%-
XYZ7.354.565.96-
YUV59.39132.86159.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 68 (26.95% from 255) = 32.85%
R=50.24%
G=16.91%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104356800.660.350.59331.349.6427.25
Hex682344042233B14b321b
Octal15043104010243735136233
Binary110100010001110001000100001010001111101110100101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682344; }

 p { color: rgb(104,35,68); }

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

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

 a { background-color: rgb(104,35,68); }

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

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

 span { border-color: rgb(104,35,68); }

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