Html Css Color HEX #681342 Pompadour

📋 copy color: '#681342'

red 104 ◦ green 19 ◦ blue 66

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

Shades of Pompadour #681342

Tints of Pompadour #681342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.05%

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 55.03%
G = 10.05%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681342 (or 0x681342) is known color: Pompadour. HEX triplet: 68, 13 and 42. RGB value is (104,19,66). Sum of RGB (Red+Green+Blue) = 104+19+66=189 (25% of max value = 765). Red value is 104 (41.02% from 255 or 55.03% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 104 - color contains mainly: red. Hex color #681342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681342 is #97ECBD. Grayscale: #313131. Windows color (decimal): -9956542 or 4330344. OLE color: 4330344.

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

Color convert

RGB 104 19 66 -
CMYK 0 0.82 0.37 0.59
HSL 326.82º 0.69% 0.24% -
HSV(B) 326.82º 0.82% 0.41% -
XYZ 6.93 3.8 5.52 -
YUV 49.77 137.16 166.68 -
System Red Green Blue C M Y K H S L
Decimal 104 19 66 0 0.82 0.37 0.59 326.82 0.69 0.24
Hex 68 13 42 0 52 25 3B 147 45 18
Octal 150 23 102 0 122 45 73 507 105 30
Binary 1101000 10011 1000010 0 1010010 100101 111011 101000111 1000101 11000

Color Harmonies of #681342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681342

Black with #681342

Text Example


Text Example

White with #681342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681342; }

 p { color: rgb(104,19,66); }

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

background-color css

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

 a { background-color: rgb(104,19,66); }

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

border-color css

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

 span { border-color: rgb(104,19,66); }

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