Html Css Color HEX #6D2946 Pompadour

📋 copy color: '#6D2946'

red 109 ◦ green 41 ◦ blue 70

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

Shades of Pompadour #6D2946

Tints of Pompadour #6D2946

RGB

 RED value IS 109 (42.97% from 255) = 49.55%

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 49.55%
G = 18.64%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D2946 (or 0x6D2946) is known color: Pompadour. HEX triplet: 6D, 29 and 46. RGB value is (109,41,70). Sum of RGB (Red+Green+Blue) = 109+41+70=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2946 is #92D6B9. Grayscale: #404040. Windows color (decimal): -9623226 or 4598125. OLE color: 4598125.

HSL color Cylindrical-coordinate representation of color #6D2946: hue angle of 334.41º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D2946 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 70 -
CMYK 0 0.62 0.36 0.57
HSL 334.41º 0.45% 0.29% -
HSV(B) 334.41º 0.62% 0.43% -
XYZ 8.21 5.28 6.38 -
YUV 64.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 109 41 70 0 0.62 0.36 0.57 334.41 0.45 0.29
Hex 6D 29 46 0 3E 24 39 14E 2D 1D
Octal 155 51 106 0 76 44 71 516 55 35
Binary 1101101 101001 1000110 0 111110 100100 111001 101001110 101101 11101

Color Harmonies of #6D2946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2946

Black with #6D2946

Text Example


Text Example

White with #6D2946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,41,70); }

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

background-color css

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

 a { background-color: rgb(109,41,70); }

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

border-color css

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

 span { border-color: rgb(109,41,70); }

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