#661838

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

Shades of Pompadour #661838

Tints of Pompadour #661838

Color information

#661838 (or 0x661838) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 38. RGB value is (102,24,56). Sum of RGB (Red+Green+Blue) = 102+24+56=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 56 (22.27% from 255 or 30.77% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #661838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661838 is #99E7C7. Grayscale: #323232. Windows color (decimal): -10086344 or 3676262. OLE color: 3676262.

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

Color convert

RGB1022456-
CMYK00.760.450.6
HSL335.38º61.9%24.71%-
HSV(B)335.38º76.47%40%-
XYZ6.523.764.12-
YUV50.97130.84164.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 56 (22.27% from 255) = 30.77%
R=56.04%
G=13.19%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102245600.760.450.6335.3861.924.71
Hex66183804C2D3C14f3e19
Octal1463070011455745177631
Binary1100110110001110000100110010110111110010100111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661838; }

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

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

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

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

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

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

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

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