#661738

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

Shades of Pompadour #661738

Tints of Pompadour #661738

Color information

#661738 (or 0x661738) is unknown color: approx Pompadour. HEX triplet: 66, 17 and 38. RGB value is (102,23,56). Sum of RGB (Red+Green+Blue) = 102+23+56=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #661738 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661738 is #99E8C7. Grayscale: #323232. Windows color (decimal): -10086600 or 3676006. OLE color: 3676006.

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

Color convert

RGB1022356-
CMYK00.770.450.6
HSL334.94º63.2%24.51%-
HSV(B)334.94º77.45%40%-
XYZ6.53.724.12-
YUV50.38131.17164.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=56.35%
G=12.71%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102235600.770.450.6334.9463.224.51
Hex66173804D2D3C14f3f19
Octal1462770011555745177731
Binary1100110101111110000100110110110111110010100111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661738; }

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

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

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

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

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

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

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

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