Html Css Color HEX #6D2341 Pompadour

📋 copy color: '#6D2341'

red 109 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #6D2341

Tints of Pompadour #6D2341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.1%

R = 52.15%
G = 16.75%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.57

RGB Variations

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

Color information

#6D2341 (or 0x6D2341) is known color: Pompadour. HEX triplet: 6D, 23 and 41. RGB value is (109,35,65). Sum of RGB (Red+Green+Blue) = 109+35+65=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2341 is #92DCBE. Grayscale: #3C3C3C. Windows color (decimal): -9624767 or 4268909. OLE color: 4268909.

HSL color Cylindrical-coordinate representation of color #6D2341: hue angle of 335.68º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D2341 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 35 65 -
CMYK 0 0.68 0.40 0.57
HSL 335.68º 0.51% 0.28% -
HSV(B) 335.68º 0.68% 0.43% -
XYZ 7.86 4.83 5.52 -
YUV 60.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 109 35 65 0 0.68 0.40 0.57 335.68 0.51 0.28
Hex 6D 23 41 0 44 28 39 150 33 1C
Octal 155 43 101 0 104 50 71 520 63 34
Binary 1101101 100011 1000001 0 1000100 101000 111001 101010000 110011 11100

Color Harmonies of #6D2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2341

Black with #6D2341

Text Example


Text Example

White with #6D2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,35,65); }

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

background-color css

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

 a { background-color: rgb(109,35,65); }

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

border-color css

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

 span { border-color: rgb(109,35,65); }

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