Html Css Color HEX #6C2646 Pompadour

📋 copy color: '#6C2646'

red 108 ◦ green 38 ◦ blue 70

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

Shades of Pompadour #6C2646

Tints of Pompadour #6C2646

RGB

 RED value IS 108 (42.58% from 255) = 50%

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

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

R = 50%
G = 17.59%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6C2646 (or 0x6C2646) is known color: Pompadour. HEX triplet: 6C, 26 and 46. RGB value is (108,38,70). Sum of RGB (Red+Green+Blue) = 108+38+70=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 38 (15.23% from 255 or 17.59% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2646 is #93D9B9. Grayscale: #3E3E3E. Windows color (decimal): -9689530 or 4597356. OLE color: 4597356.

HSL color Cylindrical-coordinate representation of color #6C2646: hue angle of 332.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C2646 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 38 70 -
CMYK 0 0.65 0.35 0.58
HSL 332.57º 0.48% 0.29% -
HSV(B) 332.57º 0.65% 0.42% -
XYZ 7.98 5.02 6.34 -
YUV 62.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 108 38 70 0 0.65 0.35 0.58 332.57 0.48 0.29
Hex 6C 26 46 0 41 23 3A 14D 30 1D
Octal 154 46 106 0 101 43 72 515 60 35
Binary 1101100 100110 1000110 0 1000001 100011 111010 101001101 110000 11101

Color Harmonies of #6C2646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2646

Black with #6C2646

Text Example


Text Example

White with #6C2646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C2646; }

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

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

background-color css

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

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

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

border-color css

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

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

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