Html Css Color HEX #682C49 Pompadour

📋 copy color: '#682C49'

red 104 ◦ green 44 ◦ blue 73

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

Shades of Pompadour #682C49

Tints of Pompadour #682C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.91%

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

R = 47.06%
G = 19.91%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#682C49 (or 0x682C49) is known color: Pompadour. HEX triplet: 68, 2C and 49. RGB value is (104,44,73). Sum of RGB (Red+Green+Blue) = 104+44+73=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C49 is #97D3B6. Grayscale: #414141. Windows color (decimal): -9950135 or 4795496. OLE color: 4795496.

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

Color convert

RGB 104 44 73 -
CMYK 0 0.58 0.30 0.59
HSL 331º 0.41% 0.29% -
HSV(B) 331º 0.58% 0.41% -
XYZ 7.81 5.23 6.9 -
YUV 65.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 104 44 73 0 0.58 0.30 0.59 331 0.41 0.29
Hex 68 2C 49 0 3A 1E 3B 14B 29 1D
Octal 150 54 111 0 72 36 73 513 51 35
Binary 1101000 101100 1001001 0 111010 11110 111011 101001011 101001 11101

Color Harmonies of #682C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C49

Black with #682C49

Text Example


Text Example

White with #682C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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