Html Css Color HEX #6D2945 Pompadour

📋 copy color: '#6D2945'

red 109 ◦ green 41 ◦ blue 69

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

Shades of Pompadour #6D2945

Tints of Pompadour #6D2945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 49.77%
G = 18.72%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D2945 (or 0x6D2945) is known color: Pompadour. HEX triplet: 6D, 29 and 45. RGB value is (109,41,69). Sum of RGB (Red+Green+Blue) = 109+41+69=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2945 is #92D6BA. Grayscale: #404040. Windows color (decimal): -9623227 or 4532589. OLE color: 4532589.

HSL color Cylindrical-coordinate representation of color #6D2945: hue angle of 335.29º 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 #6D2945 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 41 69 -
CMYK 0 0.62 0.37 0.57
HSL 335.29º 0.45% 0.29% -
HSV(B) 335.29º 0.62% 0.43% -
XYZ 8.17 5.27 6.22 -
YUV 64.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 109 41 69 0 0.62 0.37 0.57 335.29 0.45 0.29
Hex 6D 29 45 0 3E 25 39 14F 2D 1D
Octal 155 51 105 0 76 45 71 517 55 35
Binary 1101101 101001 1000101 0 111110 100101 111001 101001111 101101 11101

Color Harmonies of #6D2945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2945

Black with #6D2945

Text Example


Text Example

White with #6D2945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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