Html Css Color HEX #681642 Pompadour

📋 copy color: '#681642'

red 104 ◦ green 22 ◦ blue 66

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

Shades of Pompadour #681642

Tints of Pompadour #681642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 54.17%
G = 11.46%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681642 (or 0x681642) is known color: Pompadour. HEX triplet: 68, 16 and 42. RGB value is (104,22,66). Sum of RGB (Red+Green+Blue) = 104+22+66=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #681642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681642 is #97E9BD. Grayscale: #333333. Windows color (decimal): -9955774 or 4331112. OLE color: 4331112.

HSL color Cylindrical-coordinate representation of color #681642: hue angle of 327.8º 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 #681642 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 22 66 -
CMYK 0 0.79 0.37 0.59
HSL 327.8º 0.65% 0.25% -
HSV(B) 327.8º 0.79% 0.41% -
XYZ 6.98 3.91 5.54 -
YUV 51.53 136.17 165.42 -
System Red Green Blue C M Y K H S L
Decimal 104 22 66 0 0.79 0.37 0.59 327.8 0.65 0.25
Hex 68 16 42 0 4F 25 3B 148 41 19
Octal 150 26 102 0 117 45 73 510 101 31
Binary 1101000 10110 1000010 0 1001111 100101 111011 101001000 1000001 11001

Color Harmonies of #681642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681642

Black with #681642

Text Example


Text Example

White with #681642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681642; }

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

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

background-color css

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

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

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

border-color css

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

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

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