#662F4E

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

Shades of Pompadour #662F4E

Tints of Pompadour #662F4E

Color information

#662F4E (or 0x662F4E) is unknown color: approx Pompadour. HEX triplet: 66, 2F and 4E. RGB value is (102,47,78). Sum of RGB (Red+Green+Blue) = 102+47+78=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #662F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662F4E is #99D0B1. Grayscale: #424242. Windows color (decimal): -10080434 or 5123942. OLE color: 5123942.

HSL color Cylindrical-coordinate representation of color #662F4E: hue angle of 326.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #662F4E is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1024778-
CMYK00.540.240.6
HSL326.18º36.91%29.22%-
HSV(B)326.18º53.92%40%-
XYZ7.875.417.84-
YUV66.98134.22152.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.93%
GREEN value IS 47 (18.75% from 255) = 20.70%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=44.93%
G=20.70%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102477800.540.240.6326.1836.9129.22
Hex662F4E036183C146251d
Octal1465711606630745064535
Binary1100110101111100111001101101100011110010100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662F4E; }

 p { color: rgb(102,47,78); }

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

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

 a { background-color: rgb(102,47,78); }

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

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

 span { border-color: rgb(102,47,78); }

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