Html Css Color HEX #681346 Pompadour

📋 copy color: '#681346'

red 104 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #681346

Tints of Pompadour #681346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

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

R = 53.89%
G = 9.84%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#681346 (or 0x681346) is known color: Pompadour. HEX triplet: 68, 13 and 46. RGB value is (104,19,70). Sum of RGB (Red+Green+Blue) = 104+19+70=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681346 is #97ECB9. Grayscale: #323232. Windows color (decimal): -9956538 or 4592488. OLE color: 4592488.

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

Color convert

RGB 104 19 70 -
CMYK 0 0.82 0.33 0.59
HSL 324º 0.69% 0.24% -
HSV(B) 324º 0.82% 0.41% -
XYZ 7.05 3.85 6.17 -
YUV 50.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 104 19 70 0 0.82 0.33 0.59 324 0.69 0.24
Hex 68 13 46 0 52 21 3B 144 45 18
Octal 150 23 106 0 122 41 73 504 105 30
Binary 1101000 10011 1000110 0 1010010 100001 111011 101000100 1000101 11000

Color Harmonies of #681346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681346

Black with #681346

Text Example


Text Example

White with #681346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681346; }

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

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

background-color css

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

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

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

border-color css

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

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

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