Html Css Color HEX #6C184D Pompadour

📋 copy color: '#6C184D'

red 108 ◦ green 24 ◦ blue 77

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

Shades of Pompadour #6C184D

Tints of Pompadour #6C184D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.48%

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 51.67%
G = 11.48%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C184D (or 0x6C184D) is known color: Pompadour. HEX triplet: 6C, 18 and 4D. RGB value is (108,24,77). Sum of RGB (Red+Green+Blue) = 108+24+77=209 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.67% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 108 - color contains mainly: red. Hex color #6C184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C184D is #93E7B2. Grayscale: #373737. Windows color (decimal): -9693107 or 5052524. OLE color: 5052524.

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

Color convert

RGB 108 24 77 -
CMYK 0 0.78 0.29 0.58
HSL 322.14º 0.64% 0.26% -
HSV(B) 322.14º 0.78% 0.42% -
XYZ 7.85 4.38 7.45 -
YUV 55.16 140.33 165.69 -
System Red Green Blue C M Y K H S L
Decimal 108 24 77 0 0.78 0.29 0.58 322.14 0.64 0.26
Hex 6C 18 4D 0 4E 1D 3A 142 40 1A
Octal 154 30 115 0 116 35 72 502 100 32
Binary 1101100 11000 1001101 0 1001110 11101 111010 101000010 1000000 11010

Color Harmonies of #6C184D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C184D

Black with #6C184D

Text Example


Text Example

White with #6C184D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,24,77); }

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

background-color css

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

 a { background-color: rgb(108,24,77); }

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

border-color css

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

 span { border-color: rgb(108,24,77); }

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