Html Css Color HEX #6C174A Pompadour

📋 copy color: '#6C174A'

red 108 ◦ green 23 ◦ blue 74

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

Shades of Pompadour #6C174A

Tints of Pompadour #6C174A

RGB

 RED value IS 108 (42.58% from 255) = 52.68%

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

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

R = 52.68%
G = 11.22%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C174A (or 0x6C174A) is known color: Pompadour. HEX triplet: 6C, 17 and 4A. RGB value is (108,23,74). Sum of RGB (Red+Green+Blue) = 108+23+74=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C174A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C174A is #93E8B5. Grayscale: #363636. Windows color (decimal): -9693366 or 4855660. OLE color: 4855660.

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

Color convert

RGB 108 23 74 -
CMYK 0 0.79 0.31 0.58
HSL 324º 0.65% 0.26% -
HSV(B) 324º 0.79% 0.42% -
XYZ 7.73 4.3 6.9 -
YUV 54.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 108 23 74 0 0.79 0.31 0.58 324 0.65 0.26
Hex 6C 17 4A 0 4F 1F 3A 144 41 1A
Octal 154 27 112 0 117 37 72 504 101 32
Binary 1101100 10111 1001010 0 1001111 11111 111010 101000100 1000001 11010

Color Harmonies of #6C174A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C174A

Black with #6C174A

Text Example


Text Example

White with #6C174A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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