Html Css Color HEX #681641 Pompadour

📋 copy color: '#681641'

red 104 ◦ green 22 ◦ blue 65

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

Shades of Pompadour #681641

Tints of Pompadour #681641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.52%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 54.45%
G = 11.52%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681641 (or 0x681641) is known color: Pompadour. HEX triplet: 68, 16 and 41. RGB value is (104,22,65). Sum of RGB (Red+Green+Blue) = 104+22+65=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681641 is #97E9BE. Grayscale: #333333. Windows color (decimal): -9955775 or 4265576. OLE color: 4265576.

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

Color convert

RGB 104 22 65 -
CMYK 0 0.79 0.38 0.59
HSL 328.54º 0.65% 0.25% -
HSV(B) 328.54º 0.79% 0.41% -
XYZ 6.95 3.9 5.39 -
YUV 51.42 135.67 165.5 -
System Red Green Blue C M Y K H S L
Decimal 104 22 65 0 0.79 0.38 0.59 328.54 0.65 0.25
Hex 68 16 41 0 4F 26 3B 149 41 19
Octal 150 26 101 0 117 46 73 511 101 31
Binary 1101000 10110 1000001 0 1001111 100110 111011 101001001 1000001 11001

Color Harmonies of #681641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681641

Black with #681641

Text Example


Text Example

White with #681641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681641; }

 p { color: rgb(104,22,65); }

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

background-color css

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

 a { background-color: rgb(104,22,65); }

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

border-color css

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

 span { border-color: rgb(104,22,65); }

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