Html Css Color HEX #6D174A Pompadour

📋 copy color: '#6D174A'

red 109 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #6D174A

Tints of Pompadour #6D174A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 74 (29.3% from 255) = 35.92%

R = 52.91%
G = 11.17%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#6D174A (or 0x6D174A) is known color: Pompadour. HEX triplet: 6D, 17 and 4A. RGB value is (109,23,74). Sum of RGB (Red+Green+Blue) = 109+23+74=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D174A is #92E8B5. Grayscale: #363636. Windows color (decimal): -9627830 or 4855661. OLE color: 4855661.

HSL color Cylindrical-coordinate representation of color #6D174A: hue angle of 324.42º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D174A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 23 74 -
CMYK 0 0.79 0.32 0.57
HSL 324.42º 0.65% 0.26% -
HSV(B) 324.42º 0.79% 0.43% -
XYZ 7.85 4.36 6.91 -
YUV 54.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 109 23 74 0 0.79 0.32 0.57 324.42 0.65 0.26
Hex 6D 17 4A 0 4F 20 39 144 41 1A
Octal 155 27 112 0 117 40 71 504 101 32
Binary 1101101 10111 1001010 0 1001111 100000 111001 101000100 1000001 11010

Color Harmonies of #6D174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D174A

Black with #6D174A

Text Example


Text Example

White with #6D174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,23,74); }

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

background-color css

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

 a { background-color: rgb(109,23,74); }

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

border-color css

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

 span { border-color: rgb(109,23,74); }

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