Html Css Color HEX #681536 Pompadour

📋 copy color: '#681536'

red 104 ◦ green 21 ◦ blue 54

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

Shades of Pompadour #681536

Tints of Pompadour #681536

RGB

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

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

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

R = 58.1%
G = 11.73%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681536 (or 0x681536) is known color: Pompadour. HEX triplet: 68, 15 and 36. RGB value is (104,21,54). Sum of RGB (Red+Green+Blue) = 104+21+54=179 (23% of max value = 765). Red value is 104 (41.02% from 255 or 58.10% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 54 (21.48% from 255 or 30.17% from 179); Max value from RGB is 104 - color contains mainly: red. Hex color #681536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681536 is #97EAC9. Grayscale: #313131. Windows color (decimal): -9956042 or 3544424. OLE color: 3544424.

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

Color convert

RGB 104 21 54 -
CMYK 0 0.80 0.48 0.59
HSL 336.14º 0.66% 0.25% -
HSV(B) 336.14º 0.8% 0.41% -
XYZ 6.64 3.75 3.86 -
YUV 49.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 104 21 54 0 0.80 0.48 0.59 336.14 0.66 0.25
Hex 68 15 36 0 50 30 3B 150 42 19
Octal 150 25 66 0 120 60 73 520 102 31
Binary 1101000 10101 110110 0 1010000 110000 111011 101010000 1000010 11001

Color Harmonies of #681536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681536

Black with #681536

Text Example


Text Example

White with #681536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681536; }

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

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

background-color css

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

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

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

border-color css

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

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

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