Html Css Color HEX #681236 Pompadour

📋 copy color: '#681236'

red 104 ◦ green 18 ◦ blue 54

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

Shades of Pompadour #681236

Tints of Pompadour #681236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.23%

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

R = 59.09%
G = 10.23%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#681236 (or 0x681236) is known color: Pompadour. HEX triplet: 68, 12 and 36. RGB value is (104,18,54). Sum of RGB (Red+Green+Blue) = 104+18+54=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #681236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681236 is #97EDC9. Grayscale: #2F2F2F. Windows color (decimal): -9956810 or 3543656. OLE color: 3543656.

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

Color convert

RGB 104 18 54 -
CMYK 0 0.83 0.48 0.59
HSL 334.88º 0.7% 0.24% -
HSV(B) 334.88º 0.83% 0.41% -
XYZ 6.59 3.64 3.85 -
YUV 47.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 104 18 54 0 0.83 0.48 0.59 334.88 0.7 0.24
Hex 68 12 36 0 53 30 3B 14F 46 18
Octal 150 22 66 0 123 60 73 517 106 30
Binary 1101000 10010 110110 0 1010011 110000 111011 101001111 1000110 11000

Color Harmonies of #681236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681236

Black with #681236

Text Example


Text Example

White with #681236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681236; }

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

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

background-color css

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

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

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

border-color css

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

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

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