Html Css Color HEX #681742 Pompadour

📋 copy color: '#681742'

red 104 ◦ green 23 ◦ blue 66

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

Shades of Pompadour #681742

Tints of Pompadour #681742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.92%

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

R = 53.89%
G = 11.92%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#681742 (or 0x681742) is known color: Pompadour. HEX triplet: 68, 17 and 42. RGB value is (104,23,66). Sum of RGB (Red+Green+Blue) = 104+23+66=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681742 is #97E8BD. Grayscale: #343434. Windows color (decimal): -9955518 or 4331368. OLE color: 4331368.

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

Color convert

RGB 104 23 66 -
CMYK 0 0.78 0.37 0.59
HSL 328.15º 0.64% 0.25% -
HSV(B) 328.15º 0.78% 0.41% -
XYZ 7 3.95 5.55 -
YUV 52.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 104 23 66 0 0.78 0.37 0.59 328.15 0.64 0.25
Hex 68 17 42 0 4E 25 3B 148 40 19
Octal 150 27 102 0 116 45 73 510 100 31
Binary 1101000 10111 1000010 0 1001110 100101 111011 101001000 1000000 11001

Color Harmonies of #681742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681742

Black with #681742

Text Example


Text Example

White with #681742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681742; }

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

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

background-color css

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

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

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

border-color css

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

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

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