Html Css Color HEX #682E4E Pompadour

📋 copy color: '#682E4E'

red 104 ◦ green 46 ◦ blue 78

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

Shades of Pompadour #682E4E

Tints of Pompadour #682E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 45.61%
G = 20.18%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#682E4E (or 0x682E4E) is known color: Pompadour. HEX triplet: 68, 2E and 4E. RGB value is (104,46,78). Sum of RGB (Red+Green+Blue) = 104+46+78=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E4E is #97D1B1. Grayscale: #424242. Windows color (decimal): -9949618 or 5123688. OLE color: 5123688.

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

Color convert

RGB 104 46 78 -
CMYK 0 0.56 0.25 0.59
HSL 326.9º 0.39% 0.29% -
HSV(B) 326.9º 0.56% 0.41% -
XYZ 8.06 5.45 7.83 -
YUV 66.99 134.22 154.4 -
System Red Green Blue C M Y K H S L
Decimal 104 46 78 0 0.56 0.25 0.59 326.9 0.39 0.29
Hex 68 2E 4E 0 38 19 3B 147 27 1D
Octal 150 56 116 0 70 31 73 507 47 35
Binary 1101000 101110 1001110 0 111000 11001 111011 101000111 100111 11101

Color Harmonies of #682E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E4E

Black with #682E4E

Text Example


Text Example

White with #682E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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