Html Css Color HEX #681D3E Pompadour

📋 copy color: '#681D3E'

red 104 ◦ green 29 ◦ blue 62

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

Shades of Pompadour #681D3E

Tints of Pompadour #681D3E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.87%

 BLUE value IS 62 (24.61% from 255) = 31.79%

R = 53.33%
G = 14.87%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#681D3E (or 0x681D3E) is known color: Pompadour. HEX triplet: 68, 1D and 3E. RGB value is (104,29,62). Sum of RGB (Red+Green+Blue) = 104+29+62=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D3E is #97E2C1. Grayscale: #373737. Windows color (decimal): -9953986 or 4070760. OLE color: 4070760.

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

Color convert

RGB 104 29 62 -
CMYK 0 0.72 0.40 0.59
HSL 333.6º 0.56% 0.26% -
HSV(B) 333.6º 0.72% 0.41% -
XYZ 7.02 4.17 4.99 -
YUV 55.19 131.85 162.82 -
System Red Green Blue C M Y K H S L
Decimal 104 29 62 0 0.72 0.40 0.59 333.6 0.56 0.26
Hex 68 1D 3E 0 48 28 3B 14E 38 1A
Octal 150 35 76 0 110 50 73 516 70 32
Binary 1101000 11101 111110 0 1001000 101000 111011 101001110 111000 11010

Color Harmonies of #681D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D3E

Black with #681D3E

Text Example


Text Example

White with #681D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,62); }

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

background-color css

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

 a { background-color: rgb(104,29,62); }

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

border-color css

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

 span { border-color: rgb(104,29,62); }

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