Html Css Color HEX #681C41 Pompadour

📋 copy color: '#681C41'

red 104 ◦ green 28 ◦ blue 65

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

Shades of Pompadour #681C41

Tints of Pompadour #681C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.21%

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

R = 52.79%
G = 14.21%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681C41 (or 0x681C41) is known color: Pompadour. HEX triplet: 68, 1C and 41. RGB value is (104,28,65). Sum of RGB (Red+Green+Blue) = 104+28+65=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C41 is #97E3BE. Grayscale: #363636. Windows color (decimal): -9954239 or 4267112. OLE color: 4267112.

HSL color Cylindrical-coordinate representation of color #681C41: hue angle of 330.79º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C41 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 28 65 -
CMYK 0 0.73 0.38 0.59
HSL 330.79º 0.58% 0.26% -
HSV(B) 330.79º 0.73% 0.41% -
XYZ 7.08 4.16 5.43 -
YUV 54.94 133.68 162.99 -
System Red Green Blue C M Y K H S L
Decimal 104 28 65 0 0.73 0.38 0.59 330.79 0.58 0.26
Hex 68 1C 41 0 49 26 3B 14B 3A 1A
Octal 150 34 101 0 111 46 73 513 72 32
Binary 1101000 11100 1000001 0 1001001 100110 111011 101001011 111010 11010

Color Harmonies of #681C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C41

Black with #681C41

Text Example


Text Example

White with #681C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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