Html Css Color HEX #681651 Pompadour

📋 copy color: '#681651'

red 104 ◦ green 22 ◦ blue 81

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

Shades of Pompadour #681651

Tints of Pompadour #681651

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.63%

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

R = 50.24%
G = 10.63%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#681651 (or 0x681651) is known color: Pompadour. HEX triplet: 68, 16 and 51. RGB value is (104,22,81). Sum of RGB (Red+Green+Blue) = 104+22+81=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #681651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681651 is #97E9AE. Grayscale: #353535. Windows color (decimal): -9955759 or 5314152. OLE color: 5314152.

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

Color convert

RGB 104 22 81 -
CMYK 0 0.79 0.22 0.59
HSL 316.83º 0.65% 0.25% -
HSV(B) 316.83º 0.79% 0.41% -
XYZ 7.48 4.11 8.18 -
YUV 53.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 104 22 81 0 0.79 0.22 0.59 316.83 0.65 0.25
Hex 68 16 51 0 4F 16 3B 13D 41 19
Octal 150 26 121 0 117 26 73 475 101 31
Binary 1101000 10110 1010001 0 1001111 10110 111011 100111101 1000001 11001

Color Harmonies of #681651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681651

Black with #681651

Text Example


Text Example

White with #681651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681651; }

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

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

background-color css

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

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

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

border-color css

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

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

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