Html Css Color HEX #6D2845 Pompadour

📋 copy color: '#6D2845'

red 109 ◦ green 40 ◦ blue 69

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

Shades of Pompadour #6D2845

Tints of Pompadour #6D2845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

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

R = 50%
G = 18.35%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#6D2845 (or 0x6D2845) is known color: Pompadour. HEX triplet: 6D, 28 and 45. RGB value is (109,40,69). Sum of RGB (Red+Green+Blue) = 109+40+69=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2845 is #92D7BA. Grayscale: #3F3F3F. Windows color (decimal): -9623483 or 4532333. OLE color: 4532333.

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

Color convert

RGB 109 40 69 -
CMYK 0 0.63 0.37 0.57
HSL 334.78º 0.46% 0.29% -
HSV(B) 334.78º 0.63% 0.43% -
XYZ 8.14 5.2 6.2 -
YUV 63.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 109 40 69 0 0.63 0.37 0.57 334.78 0.46 0.29
Hex 6D 28 45 0 3F 25 39 14F 2E 1D
Octal 155 50 105 0 77 45 71 517 56 35
Binary 1101101 101000 1000101 0 111111 100101 111001 101001111 101110 11101

Color Harmonies of #6D2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2845

Black with #6D2845

Text Example


Text Example

White with #6D2845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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