Html Css Color HEX #662D47 Pompadour

📋 copy color: '#662D47'

red 102 ◦ green 45 ◦ blue 71

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

Shades of Pompadour #662D47

Tints of Pompadour #662D47

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.64%

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

R = 46.79%
G = 20.64%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#662D47 (or 0x662D47) is known color: Pompadour. HEX triplet: 66, 2D and 47. RGB value is (102,45,71). Sum of RGB (Red+Green+Blue) = 102+45+71=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #662D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D47 is #99D2B8. Grayscale: #404040. Windows color (decimal): -10080953 or 4664678. OLE color: 4664678.

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

Color convert

RGB 102 45 71 -
CMYK 0 0.56 0.30 0.6
HSL 332.63º 0.39% 0.29% -
HSV(B) 332.63º 0.56% 0.4% -
XYZ 7.56 5.16 6.56 -
YUV 65.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 102 45 71 0 0.56 0.30 0.6 332.63 0.39 0.29
Hex 66 2D 47 0 38 1E 3C 14D 27 1D
Octal 146 55 107 0 70 36 74 515 47 35
Binary 1100110 101101 1000111 0 111000 11110 111100 101001101 100111 11101

Color Harmonies of #662D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662D47

Black with #662D47

Text Example


Text Example

White with #662D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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