Html Css Color HEX #681844 Pompadour

📋 copy color: '#681844'

red 104 ◦ green 24 ◦ blue 68

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

Shades of Pompadour #681844

Tints of Pompadour #681844

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 68 (26.95% from 255) = 34.69%

R = 53.06%
G = 12.24%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#681844 (or 0x681844) is known color: Pompadour. HEX triplet: 68, 18 and 44. RGB value is (104,24,68). Sum of RGB (Red+Green+Blue) = 104+24+68=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #681844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681844 is #97E7BB. Grayscale: #343434. Windows color (decimal): -9955260 or 4462696. OLE color: 4462696.

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

Color convert

RGB 104 24 68 -
CMYK 0 0.77 0.35 0.59
HSL 327º 0.63% 0.25% -
HSV(B) 327º 0.77% 0.41% -
XYZ 7.08 4.01 5.87 -
YUV 52.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 104 24 68 0 0.77 0.35 0.59 327 0.63 0.25
Hex 68 18 44 0 4D 23 3B 147 3E 19
Octal 150 30 104 0 115 43 73 507 76 31
Binary 1101000 11000 1000100 0 1001101 100011 111011 101000111 111110 11001

Color Harmonies of #681844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681844

Black with #681844

Text Example


Text Example

White with #681844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681844; }

 p { color: rgb(104,24,68); }

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

background-color css

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

 a { background-color: rgb(104,24,68); }

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

border-color css

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

 span { border-color: rgb(104,24,68); }

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