#66183A

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

Shades of Pompadour #66183A

Tints of Pompadour #66183A

Color information

#66183A (or 0x66183A) is unknown color: approx Pompadour. HEX triplet: 66, 18 and 3A. RGB value is (102,24,58). Sum of RGB (Red+Green+Blue) = 102+24+58=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #66183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66183A is #99E7C5. Grayscale: #333333. Windows color (decimal): -10086342 or 3807334. OLE color: 3807334.

HSL color Cylindrical-coordinate representation of color #66183A: hue angle of 333.85º 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 #66183A is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB1022458-
CMYK00.760.430.6
HSL333.85º61.9%24.71%-
HSV(B)333.85º76.47%40%-
XYZ6.573.784.39-
YUV51.2131.84164.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=55.43%
G=13.04%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102245800.760.430.6333.8561.924.71
Hex66183A04C2B3C14e3e19
Octal1463072011453745167631
Binary1100110110001110100100110010101111110010100111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66183A; }

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

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

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

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

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

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

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

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