Html Css Color HEX #682E49 Pompadour

📋 copy color: '#682E49'

red 104 ◦ green 46 ◦ blue 73

#682E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #682E49

Tints of Pompadour #682E49

RGB

 RED value IS 104 (41.02% from 255) = 46.64%

 GREEN value IS 46 (18.36% from 255) = 20.63%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 46.64%
G = 20.63%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#682E49 (or 0x682E49) is known color: Pompadour. HEX triplet: 68, 2E and 49. RGB value is (104,46,73). Sum of RGB (Red+Green+Blue) = 104+46+73=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E49 is #97D1B6. Grayscale: #424242. Windows color (decimal): -9949623 or 4796008. OLE color: 4796008.

HSL color Cylindrical-coordinate representation of color #682E49: hue angle of 332.07º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E49 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 73 -
CMYK 0 0.56 0.30 0.59
HSL 332.07º 0.39% 0.29% -
HSV(B) 332.07º 0.56% 0.41% -
XYZ 7.89 5.38 6.93 -
YUV 66.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 104 46 73 0 0.56 0.30 0.59 332.07 0.39 0.29
Hex 68 2E 49 0 38 1E 3B 14C 27 1D
Octal 150 56 111 0 70 36 73 514 47 35
Binary 1101000 101110 1001001 0 111000 11110 111011 101001100 100111 11101

Color Harmonies of #682E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E49

Black with #682E49

Text Example


Text Example

White with #682E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E49; }

 p { color: rgb(104,46,73); }

 H1.HeaderClassName
 {
   color: #682E49;
 }
 .AnyTagClassName
 {
   color: #682E49;
 }
</style>

background-color css

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

 a { background-color: rgb(104,46,73); }

 div.DivClassName
 {
   background-color: #682E49;
 }
 .BgClassName
 {
   background-color: #682E49;
 }
</style>

border-color css

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

 span { border-color: rgb(104,46,73); }

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