Html Css Color HEX #681541 Pompadour

📋 copy color: '#681541'

red 104 ◦ green 21 ◦ blue 65

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

Shades of Pompadour #681541

Tints of Pompadour #681541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

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

R = 54.74%
G = 11.05%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681541 (or 0x681541) is known color: Pompadour. HEX triplet: 68, 15 and 41. RGB value is (104,21,65). Sum of RGB (Red+Green+Blue) = 104+21+65=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #681541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681541 is #97EABE. Grayscale: #323232. Windows color (decimal): -9956031 or 4265320. OLE color: 4265320.

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

Color convert

RGB 104 21 65 -
CMYK 0 0.80 0.38 0.59
HSL 328.19º 0.66% 0.25% -
HSV(B) 328.19º 0.8% 0.41% -
XYZ 6.93 3.86 5.38 -
YUV 50.83 136 165.92 -
System Red Green Blue C M Y K H S L
Decimal 104 21 65 0 0.80 0.38 0.59 328.19 0.66 0.25
Hex 68 15 41 0 50 26 3B 148 42 19
Octal 150 25 101 0 120 46 73 510 102 31
Binary 1101000 10101 1000001 0 1010000 100110 111011 101001000 1000010 11001

Color Harmonies of #681541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681541

Black with #681541

Text Example


Text Example

White with #681541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681541; }

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

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

background-color css

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

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

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

border-color css

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

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

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