Html Css Color HEX #682E51 Pompadour

📋 copy color: '#682E51'

red 104 ◦ green 46 ◦ blue 81

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

Shades of Pompadour #682E51

Tints of Pompadour #682E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 45.02%
G = 19.91%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#682E51 (or 0x682E51) is known color: Pompadour. HEX triplet: 68, 2E and 51. RGB value is (104,46,81). Sum of RGB (Red+Green+Blue) = 104+46+81=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E51 is #97D1AE. Grayscale: #434343. Windows color (decimal): -9949615 or 5320296. OLE color: 5320296.

HSL color Cylindrical-coordinate representation of color #682E51: hue angle of 323.79º 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 #682E51 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 81 -
CMYK 0 0.56 0.22 0.59
HSL 323.79º 0.39% 0.29% -
HSV(B) 323.79º 0.56% 0.41% -
XYZ 8.17 5.49 8.41 -
YUV 67.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 104 46 81 0 0.56 0.22 0.59 323.79 0.39 0.29
Hex 68 2E 51 0 38 16 3B 144 27 1D
Octal 150 56 121 0 70 26 73 504 47 35
Binary 1101000 101110 1010001 0 111000 10110 111011 101000100 100111 11101

Color Harmonies of #682E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E51

Black with #682E51

Text Example


Text Example

White with #682E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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