#661A3D

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

Shades of Pompadour #661A3D

Tints of Pompadour #661A3D

Color information

#661A3D (or 0x661A3D) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 3D. RGB value is (102,26,61). Sum of RGB (Red+Green+Blue) = 102+26+61=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #661A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A3D is #99E5C2. Grayscale: #343434. Windows color (decimal): -10085827 or 4004454. OLE color: 4004454.

HSL color Cylindrical-coordinate representation of color #661A3D: hue angle of 332.37º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A3D is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB1022661-
CMYK00.750.400.6
HSL332.37º59.38%25.1%-
HSV(B)332.37º74.51%40%-
XYZ6.693.94.82-
YUV52.71132.68163.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 26 (10.55% from 255) = 13.76%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=53.97%
G=13.76%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102266100.750.400.6332.3759.3825.1
Hex661A3D04B283C14c3b19
Octal1463275011350745147331
Binary1100110110101111010100101110100011110010100110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,26,61); }

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

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

 a { background-color: rgb(102,26,61); }

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

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

 span { border-color: rgb(102,26,61); }

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