Html Css Color HEX #681340 Pompadour

📋 copy color: '#681340'

red 104 ◦ green 19 ◦ blue 64

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

Shades of Pompadour #681340

Tints of Pompadour #681340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 55.61%
G = 10.16%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#681340 (or 0x681340) is known color: Pompadour. HEX triplet: 68, 13 and 40. RGB value is (104,19,64). Sum of RGB (Red+Green+Blue) = 104+19+64=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681340 is #97ECBF. Grayscale: #313131. Windows color (decimal): -9956544 or 4199272. OLE color: 4199272.

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

Color convert

RGB 104 19 64 -
CMYK 0 0.82 0.38 0.59
HSL 328.24º 0.69% 0.24% -
HSV(B) 328.24º 0.82% 0.41% -
XYZ 6.87 3.78 5.22 -
YUV 49.55 136.16 166.84 -
System Red Green Blue C M Y K H S L
Decimal 104 19 64 0 0.82 0.38 0.59 328.24 0.69 0.24
Hex 68 13 40 0 52 26 3B 148 45 18
Octal 150 23 100 0 122 46 73 510 105 30
Binary 1101000 10011 1000000 0 1010010 100110 111011 101001000 1000101 11000

Color Harmonies of #681340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681340

Black with #681340

Text Example


Text Example

White with #681340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681340; }

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

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

background-color css

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

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

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

border-color css

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

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

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