Html Css Color HEX #681636 Pompadour

📋 copy color: '#681636'

red 104 ◦ green 22 ◦ blue 54

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

Shades of Pompadour #681636

Tints of Pompadour #681636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30%

R = 57.78%
G = 12.22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681636 (or 0x681636) is known color: Pompadour. HEX triplet: 68, 16 and 36. RGB value is (104,22,54). Sum of RGB (Red+Green+Blue) = 104+22+54=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #681636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681636 is #97E9C9. Grayscale: #323232. Windows color (decimal): -9955786 or 3544680. OLE color: 3544680.

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

Color convert

RGB 104 22 54 -
CMYK 0 0.79 0.48 0.59
HSL 336.59º 0.65% 0.25% -
HSV(B) 336.59º 0.79% 0.41% -
XYZ 6.66 3.78 3.87 -
YUV 50.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 104 22 54 0 0.79 0.48 0.59 336.59 0.65 0.25
Hex 68 16 36 0 4F 30 3B 151 41 19
Octal 150 26 66 0 117 60 73 521 101 31
Binary 1101000 10110 110110 0 1001111 110000 111011 101010001 1000001 11001

Color Harmonies of #681636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681636

Black with #681636

Text Example


Text Example

White with #681636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681636; }

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

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

background-color css

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

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

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

border-color css

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

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

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