Html Css Color HEX #682651 Pompadour

📋 copy color: '#682651'

red 104 ◦ green 38 ◦ blue 81

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

Shades of Pompadour #682651

Tints of Pompadour #682651

RGB

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

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

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

R = 46.64%
G = 17.04%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#682651 (or 0x682651) is known color: Pompadour. HEX triplet: 68, 26 and 51. RGB value is (104,38,81). Sum of RGB (Red+Green+Blue) = 104+38+81=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #682651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682651 is #97D9AE. Grayscale: #3E3E3E. Windows color (decimal): -9951663 or 5318248. OLE color: 5318248.

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

Color convert

RGB 104 38 81 -
CMYK 0 0.63 0.22 0.59
HSL 320.91º 0.46% 0.28% -
HSV(B) 320.91º 0.63% 0.41% -
XYZ 7.89 4.92 8.32 -
YUV 62.64 138.37 157.5 -
System Red Green Blue C M Y K H S L
Decimal 104 38 81 0 0.63 0.22 0.59 320.91 0.46 0.28
Hex 68 26 51 0 3F 16 3B 141 2E 1C
Octal 150 46 121 0 77 26 73 501 56 34
Binary 1101000 100110 1010001 0 111111 10110 111011 101000001 101110 11100

Color Harmonies of #682651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682651

Black with #682651

Text Example


Text Example

White with #682651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682651; }

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

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

background-color css

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

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

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

border-color css

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

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

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