Html Css Color HEX #681D41 Pompadour

📋 copy color: '#681D41'

red 104 ◦ green 29 ◦ blue 65

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

Shades of Pompadour #681D41

Tints of Pompadour #681D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.65%

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

R = 52.53%
G = 14.65%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681D41 (or 0x681D41) is known color: Pompadour. HEX triplet: 68, 1D and 41. RGB value is (104,29,65). Sum of RGB (Red+Green+Blue) = 104+29+65=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #681D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D41 is #97E2BE. Grayscale: #373737. Windows color (decimal): -9953983 or 4267368. OLE color: 4267368.

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

Color convert

RGB 104 29 65 -
CMYK 0 0.72 0.38 0.59
HSL 331.2º 0.56% 0.26% -
HSV(B) 331.2º 0.72% 0.41% -
XYZ 7.1 4.2 5.44 -
YUV 55.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 104 29 65 0 0.72 0.38 0.59 331.2 0.56 0.26
Hex 68 1D 41 0 48 26 3B 14B 38 1A
Octal 150 35 101 0 110 46 73 513 70 32
Binary 1101000 11101 1000001 0 1001000 100110 111011 101001011 111000 11010

Color Harmonies of #681D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D41

Black with #681D41

Text Example


Text Example

White with #681D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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