#661E3A

Color #661E3A Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #661E3A

Tints of Pompadour #661E3A

Color information

#661E3A (or 0x661E3A) is unknown color: approx Pompadour. HEX triplet: 66, 1E and 3A. RGB value is (102,30,58). Sum of RGB (Red+Green+Blue) = 102+30+58=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661E3A is #99E1C5. Grayscale: #363636. Windows color (decimal): -10084806 or 3808870. OLE color: 3808870.

HSL color Cylindrical-coordinate representation of color #661E3A: hue angle of 336.67º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #661E3A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1023058-
CMYK00.710.430.6
HSL336.67º54.55%25.88%-
HSV(B)336.67º70.59%40%-
XYZ6.714.064.43-
YUV54.72129.85161.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 30 (12.11% from 255) = 15.79%
BLUE value IS 58 (23.05% from 255) = 30.53%
R=53.68%
G=15.79%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102305800.710.430.6336.6754.5525.88
Hex661E3A0472B3C151371a
Octal1463672010753745216732
Binary1100110111101110100100011110101111110010101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661E3A; }

 p { color: rgb(102,30,58); }

 H1.HeaderClassName
 {
   color: #661E3A;
 }
 .AnyTagClassName
 {
   color: #661E3A;
 }
</style>
background-color css

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

 a { background-color: rgb(102,30,58); }

 div.DivClassName
 {
   background-color: #661E3A;
 }
 .BgClassName
 {
   background-color: #661E3A;
 }
</style>
border-color css

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

 span { border-color: rgb(102,30,58); }

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