Html Css Color HEX #681246 Pompadour

📋 copy color: '#681246'

red 104 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #681246

Tints of Pompadour #681246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

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

R = 54.17%
G = 9.38%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#681246 (or 0x681246) is known color: Pompadour. HEX triplet: 68, 12 and 46. RGB value is (104,18,70). Sum of RGB (Red+Green+Blue) = 104+18+70=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #681246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681246 is #97EDB9. Grayscale: #313131. Windows color (decimal): -9956794 or 4592232. OLE color: 4592232.

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

Color convert

RGB 104 18 70 -
CMYK 0 0.83 0.33 0.59
HSL 323.72º 0.7% 0.24% -
HSV(B) 323.72º 0.83% 0.41% -
XYZ 7.03 3.82 6.16 -
YUV 49.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 104 18 70 0 0.83 0.33 0.59 323.72 0.7 0.24
Hex 68 12 46 0 53 21 3B 144 46 18
Octal 150 22 106 0 123 41 73 504 106 30
Binary 1101000 10010 1000110 0 1010011 100001 111011 101000100 1000110 11000

Color Harmonies of #681246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681246

Black with #681246

Text Example


Text Example

White with #681246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681246; }

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

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

background-color css

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

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

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

border-color css

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

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

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