Html Css Color HEX #681E3C Pompadour

📋 copy color: '#681E3C'

red 104 ◦ green 30 ◦ blue 60

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

Shades of Pompadour #681E3C

Tints of Pompadour #681E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.46%

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 53.61%
G = 15.46%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#681E3C (or 0x681E3C) is known color: Pompadour. HEX triplet: 68, 1E and 3C. RGB value is (104,30,60). Sum of RGB (Red+Green+Blue) = 104+30+60=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 30 (12.11% from 255 or 15.46% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681E3C is #97E1C3. Grayscale: #373737. Windows color (decimal): -9953732 or 3939944. OLE color: 3939944.

HSL color Cylindrical-coordinate representation of color #681E3C: hue angle of 335.68º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #681E3C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 60 -
CMYK 0 0.71 0.42 0.59
HSL 335.68º 0.55% 0.26% -
HSV(B) 335.68º 0.71% 0.41% -
XYZ 6.99 4.2 4.72 -
YUV 55.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 104 30 60 0 0.71 0.42 0.59 335.68 0.55 0.26
Hex 68 1E 3C 0 47 2A 3B 150 37 1A
Octal 150 36 74 0 107 52 73 520 67 32
Binary 1101000 11110 111100 0 1000111 101010 111011 101010000 110111 11010

Color Harmonies of #681E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E3C

Black with #681E3C

Text Example


Text Example

White with #681E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E3C; }

 p { color: rgb(104,30,60); }

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

background-color css

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

 a { background-color: rgb(104,30,60); }

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

border-color css

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

 span { border-color: rgb(104,30,60); }

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