Html Css Color HEX #662346 Pompadour

📋 copy color: '#662346'

red 102 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #662346

Tints of Pompadour #662346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 49.28%
G = 16.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#662346 (or 0x662346) is known color: Pompadour. HEX triplet: 66, 23 and 46. RGB value is (102,35,70). Sum of RGB (Red+Green+Blue) = 102+35+70=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #662346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662346 is #99DCB9. Grayscale: #3A3A3A. Windows color (decimal): -10083514 or 4596582. OLE color: 4596582.

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

Color convert

RGB 102 35 70 -
CMYK 0 0.66 0.31 0.6
HSL 328.66º 0.49% 0.27% -
HSV(B) 328.66º 0.66% 0.4% -
XYZ 7.19 4.47 6.28 -
YUV 59.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 102 35 70 0 0.66 0.31 0.6 328.66 0.49 0.27
Hex 66 23 46 0 42 1F 3C 149 31 1B
Octal 146 43 106 0 102 37 74 511 61 33
Binary 1100110 100011 1000110 0 1000010 11111 111100 101001001 110001 11011

Color Harmonies of #662346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662346

Black with #662346

Text Example


Text Example

White with #662346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662346; }

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

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

background-color css

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

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

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

border-color css

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

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

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