Html Css Color HEX #681146 Pompadour

📋 copy color: '#681146'

red 104 ◦ green 17 ◦ blue 70

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

Shades of Pompadour #681146

Tints of Pompadour #681146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.9%

 BLUE value IS 70 (27.73% from 255) = 36.65%

R = 54.45%
G = 8.9%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#681146 (or 0x681146) is known color: Pompadour. HEX triplet: 68, 11 and 46. RGB value is (104,17,70). Sum of RGB (Red+Green+Blue) = 104+17+70=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681146 is #97EEB9. Grayscale: #303030. Windows color (decimal): -9957050 or 4591976. OLE color: 4591976.

HSL color Cylindrical-coordinate representation of color #681146: hue angle of 323.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681146 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 70 -
CMYK 0 0.84 0.33 0.59
HSL 323.45º 0.72% 0.24% -
HSV(B) 323.45º 0.84% 0.41% -
XYZ 7.01 3.79 6.16 -
YUV 49.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 104 17 70 0 0.84 0.33 0.59 323.45 0.72 0.24
Hex 68 11 46 0 54 21 3B 143 48 18
Octal 150 21 106 0 124 41 73 503 110 30
Binary 1101000 10001 1000110 0 1010100 100001 111011 101000011 1001000 11000

Color Harmonies of #681146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681146

Black with #681146

Text Example


Text Example

White with #681146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681146; }

 p { color: rgb(104,17,70); }

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

background-color css

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

 a { background-color: rgb(104,17,70); }

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

border-color css

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

 span { border-color: rgb(104,17,70); }

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