Html Css Color HEX #681136 Pompadour

📋 copy color: '#681136'

red 104 ◦ green 17 ◦ blue 54

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

Shades of Pompadour #681136

Tints of Pompadour #681136

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

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

R = 59.43%
G = 9.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681136 (or 0x681136) is known color: Pompadour. HEX triplet: 68, 11 and 36. RGB value is (104,17,54). Sum of RGB (Red+Green+Blue) = 104+17+54=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #681136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681136 is #97EEC9. Grayscale: #2F2F2F. Windows color (decimal): -9957066 or 3543400. OLE color: 3543400.

HSL color Cylindrical-coordinate representation of color #681136: hue angle of 334.48º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681136 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 54 -
CMYK 0 0.84 0.48 0.59
HSL 334.48º 0.72% 0.24% -
HSV(B) 334.48º 0.84% 0.41% -
XYZ 6.58 3.61 3.84 -
YUV 47.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 104 17 54 0 0.84 0.48 0.59 334.48 0.72 0.24
Hex 68 11 36 0 54 30 3B 14E 48 18
Octal 150 21 66 0 124 60 73 516 110 30
Binary 1101000 10001 110110 0 1010100 110000 111011 101001110 1001000 11000

Color Harmonies of #681136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681136

Black with #681136

Text Example


Text Example

White with #681136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681136; }

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

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

background-color css

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

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

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

border-color css

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

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

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