Html Css Color HEX #681842 Pompadour

📋 copy color: '#681842'

red 104 ◦ green 24 ◦ blue 66

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

Shades of Pompadour #681842

Tints of Pompadour #681842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.37%

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

R = 53.61%
G = 12.37%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681842 (or 0x681842) is known color: Pompadour. HEX triplet: 68, 18 and 42. RGB value is (104,24,66). Sum of RGB (Red+Green+Blue) = 104+24+66=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681842 is #97E7BD. Grayscale: #343434. Windows color (decimal): -9955262 or 4331624. OLE color: 4331624.

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

Color convert

RGB 104 24 66 -
CMYK 0 0.77 0.37 0.59
HSL 328.5º 0.63% 0.25% -
HSV(B) 328.5º 0.77% 0.41% -
XYZ 7.02 3.99 5.55 -
YUV 52.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 104 24 66 0 0.77 0.37 0.59 328.5 0.63 0.25
Hex 68 18 42 0 4D 25 3B 148 3E 19
Octal 150 30 102 0 115 45 73 510 76 31
Binary 1101000 11000 1000010 0 1001101 100101 111011 101001000 111110 11001

Color Harmonies of #681842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681842

Black with #681842

Text Example


Text Example

White with #681842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681842; }

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

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

background-color css

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

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

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

border-color css

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

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

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