Html Css Color HEX #6C193C Pompadour

📋 copy color: '#6C193C'

red 108 ◦ green 25 ◦ blue 60

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

Shades of Pompadour #6C193C

Tints of Pompadour #6C193C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 60 (23.83% from 255) = 31.09%

R = 55.96%
G = 12.95%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C193C (or 0x6C193C) is known color: Pompadour. HEX triplet: 6C, 19 and 3C. RGB value is (108,25,60). Sum of RGB (Red+Green+Blue) = 108+25+60=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 60 (23.83% from 255 or 31.09% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C193C is #93E6C3. Grayscale: #353535. Windows color (decimal): -9692868 or 3938668. OLE color: 3938668.

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

Color convert

RGB 108 25 60 -
CMYK 0 0.77 0.44 0.58
HSL 334.7º 0.62% 0.26% -
HSV(B) 334.7º 0.77% 0.42% -
XYZ 7.35 4.21 4.7 -
YUV 53.81 131.5 166.65 -
System Red Green Blue C M Y K H S L
Decimal 108 25 60 0 0.77 0.44 0.58 334.7 0.62 0.26
Hex 6C 19 3C 0 4D 2C 3A 14F 3E 1A
Octal 154 31 74 0 115 54 72 517 76 32
Binary 1101100 11001 111100 0 1001101 101100 111010 101001111 111110 11010

Color Harmonies of #6C193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C193C

Black with #6C193C

Text Example


Text Example

White with #6C193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,60); }

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

background-color css

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

 a { background-color: rgb(108,25,60); }

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

border-color css

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

 span { border-color: rgb(108,25,60); }

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