Html Css Color HEX #661740 Pompadour

📋 copy color: '#661740'

red 102 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #661740

Tints of Pompadour #661740

RGB

 RED value IS 102 (40.23% from 255) = 53.97%

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

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

R = 53.97%
G = 12.17%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#661740 (or 0x661740) is known color: Pompadour. HEX triplet: 66, 17 and 40. RGB value is (102,23,64). Sum of RGB (Red+Green+Blue) = 102+23+64=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661740 is #99E8BF. Grayscale: #333333. Windows color (decimal): -10086592 or 4200294. OLE color: 4200294.

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

Color convert

RGB 102 23 64 -
CMYK 0 0.77 0.37 0.6
HSL 328.86º 0.63% 0.25% -
HSV(B) 328.86º 0.77% 0.4% -
XYZ 6.71 3.81 5.23 -
YUV 51.3 135.17 164.17 -
System Red Green Blue C M Y K H S L
Decimal 102 23 64 0 0.77 0.37 0.6 328.86 0.63 0.25
Hex 66 17 40 0 4D 25 3C 149 3F 19
Octal 146 27 100 0 115 45 74 511 77 31
Binary 1100110 10111 1000000 0 1001101 100101 111100 101001001 111111 11001

Color Harmonies of #661740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661740

Black with #661740

Text Example


Text Example

White with #661740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661740; }

 p { color: rgb(102,23,64); }

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

background-color css

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

 a { background-color: rgb(102,23,64); }

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

border-color css

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

 span { border-color: rgb(102,23,64); }

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