Html Css Color HEX #682649 Pompadour

📋 copy color: '#682649'

red 104 ◦ green 38 ◦ blue 73

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

Shades of Pompadour #682649

Tints of Pompadour #682649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

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

R = 48.37%
G = 17.67%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#682649 (or 0x682649) is known color: Pompadour. HEX triplet: 68, 26 and 49. RGB value is (104,38,73). Sum of RGB (Red+Green+Blue) = 104+38+73=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #682649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682649 is #97D9B6. Grayscale: #3D3D3D. Windows color (decimal): -9951671 or 4793960. OLE color: 4793960.

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

Color convert

RGB 104 38 73 -
CMYK 0 0.63 0.30 0.59
HSL 328.18º 0.46% 0.28% -
HSV(B) 328.18º 0.63% 0.41% -
XYZ 7.6 4.81 6.83 -
YUV 61.72 134.37 158.15 -
System Red Green Blue C M Y K H S L
Decimal 104 38 73 0 0.63 0.30 0.59 328.18 0.46 0.28
Hex 68 26 49 0 3F 1E 3B 148 2E 1C
Octal 150 46 111 0 77 36 73 510 56 34
Binary 1101000 100110 1001001 0 111111 11110 111011 101001000 101110 11100

Color Harmonies of #682649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682649

Black with #682649

Text Example


Text Example

White with #682649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682649; }

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

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

background-color css

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

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

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

border-color css

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

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

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