#661A38

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

Shades of Pompadour #661A38

Tints of Pompadour #661A38

Color information

#661A38 (or 0x661A38) is unknown color: approx Pompadour. HEX triplet: 66, 1A and 38. RGB value is (102,26,56). Sum of RGB (Red+Green+Blue) = 102+26+56=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #661A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A38 is #99E5C7. Grayscale: #343434. Windows color (decimal): -10085832 or 3676774. OLE color: 3676774.

HSL color Cylindrical-coordinate representation of color #661A38: hue angle of 336.32º 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 #661A38 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB1022656-
CMYK00.750.450.6
HSL336.32º59.38%25.1%-
HSV(B)336.32º74.51%40%-
XYZ6.563.854.14-
YUV52.14130.18163.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=55.43%
G=14.13%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102265600.750.450.6336.3259.3825.1
Hex661A3804B2D3C1503b19
Octal1463270011355745207331
Binary1100110110101110000100101110110111110010101000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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