Html Css Color HEX #681744 Pompadour

📋 copy color: '#681744'

red 104 ◦ green 23 ◦ blue 68

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

Shades of Pompadour #681744

Tints of Pompadour #681744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 53.33%
G = 11.79%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#681744 (or 0x681744) is known color: Pompadour. HEX triplet: 68, 17 and 44. RGB value is (104,23,68). Sum of RGB (Red+Green+Blue) = 104+23+68=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681744 is #97E8BB. Grayscale: #343434. Windows color (decimal): -9955516 or 4462440. OLE color: 4462440.

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

Color convert

RGB 104 23 68 -
CMYK 0 0.78 0.35 0.59
HSL 326.67º 0.64% 0.25% -
HSV(B) 326.67º 0.78% 0.41% -
XYZ 7.06 3.97 5.86 -
YUV 52.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 104 23 68 0 0.78 0.35 0.59 326.67 0.64 0.25
Hex 68 17 44 0 4E 23 3B 147 40 19
Octal 150 27 104 0 116 43 73 507 100 31
Binary 1101000 10111 1000100 0 1001110 100011 111011 101000111 1000000 11001

Color Harmonies of #681744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681744

Black with #681744

Text Example


Text Example

White with #681744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681744; }

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

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

background-color css

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

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

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

border-color css

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

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

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