Html Css Color HEX #682951 Pompadour

📋 copy color: '#682951'

red 104 ◦ green 41 ◦ blue 81

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

Shades of Pompadour #682951

Tints of Pompadour #682951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.14%

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

R = 46.02%
G = 18.14%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#682951 (or 0x682951) is known color: Pompadour. HEX triplet: 68, 29 and 51. RGB value is (104,41,81). Sum of RGB (Red+Green+Blue) = 104+41+81=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #682951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682951 is #97D6AE. Grayscale: #404040. Windows color (decimal): -9950895 or 5319016. OLE color: 5319016.

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

Color convert

RGB 104 41 81 -
CMYK 0 0.61 0.22 0.59
HSL 321.9º 0.43% 0.28% -
HSV(B) 321.9º 0.61% 0.41% -
XYZ 7.99 5.12 8.35 -
YUV 64.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 104 41 81 0 0.61 0.22 0.59 321.9 0.43 0.28
Hex 68 29 51 0 3D 16 3B 142 2B 1C
Octal 150 51 121 0 75 26 73 502 53 34
Binary 1101000 101001 1010001 0 111101 10110 111011 101000010 101011 11100

Color Harmonies of #682951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682951

Black with #682951

Text Example


Text Example

White with #682951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682951; }

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

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

background-color css

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

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

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

border-color css

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

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

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