Html Css Color HEX #662646 Pompadour

📋 copy color: '#662646'

red 102 ◦ green 38 ◦ blue 70

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

Shades of Pompadour #662646

Tints of Pompadour #662646

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 48.57%
G = 18.1%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#662646 (or 0x662646) is known color: Pompadour. HEX triplet: 66, 26 and 46. RGB value is (102,38,70). Sum of RGB (Red+Green+Blue) = 102+38+70=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #662646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662646 is #99D9B9. Grayscale: #3C3C3C. Windows color (decimal): -10082746 or 4597350. OLE color: 4597350.

HSL color Cylindrical-coordinate representation of color #662646: hue angle of 330º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #662646 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 38 70 -
CMYK 0 0.63 0.31 0.6
HSL 330º 0.46% 0.27% -
HSV(B) 330º 0.63% 0.4% -
XYZ 7.28 4.65 6.31 -
YUV 60.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 102 38 70 0 0.63 0.31 0.6 330 0.46 0.27
Hex 66 26 46 0 3F 1F 3C 14A 2E 1B
Octal 146 46 106 0 77 37 74 512 56 33
Binary 1100110 100110 1000110 0 111111 11111 111100 101001010 101110 11011

Color Harmonies of #662646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662646

Black with #662646

Text Example


Text Example

White with #662646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662646; }

 p { color: rgb(102,38,70); }

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

background-color css

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

 a { background-color: rgb(102,38,70); }

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

border-color css

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

 span { border-color: rgb(102,38,70); }

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