Html Css Color HEX #662C47 Pompadour

📋 copy color: '#662C47'

red 102 ◦ green 44 ◦ blue 71

#662C47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #662C47

Tints of Pompadour #662C47

RGB

 RED value IS 102 (40.23% from 255) = 47%

 GREEN value IS 44 (17.58% from 255) = 20.28%

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 47%
G = 20.28%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#662C47 (or 0x662C47) is known color: Pompadour. HEX triplet: 66, 2C and 47. RGB value is (102,44,71). Sum of RGB (Red+Green+Blue) = 102+44+71=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #662C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C47 is #99D3B8. Grayscale: #404040. Windows color (decimal): -10081209 or 4664422. OLE color: 4664422.

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

Color convert

RGB 102 44 71 -
CMYK 0 0.57 0.30 0.6
HSL 332.07º 0.4% 0.29% -
HSV(B) 332.07º 0.57% 0.4% -
XYZ 7.52 5.08 6.55 -
YUV 64.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 102 44 71 0 0.57 0.30 0.6 332.07 0.4 0.29
Hex 66 2C 47 0 39 1E 3C 14C 28 1D
Octal 146 54 107 0 71 36 74 514 50 35
Binary 1100110 101100 1000111 0 111001 11110 111100 101001100 101000 11101

Color Harmonies of #662C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662C47

Black with #662C47

Text Example


Text Example

White with #662C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,44,71); }

 H1.HeaderClassName
 {
   color: #662C47;
 }
 .AnyTagClassName
 {
   color: #662C47;
 }
</style>

background-color css

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

 a { background-color: rgb(102,44,71); }

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

border-color css

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

 span { border-color: rgb(102,44,71); }

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