Html Css Color HEX #6C324A Tawny Port

📋 copy color: '#6C324A'

red 108 ◦ green 50 ◦ blue 74

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

Shades of Tawny Port #6C324A

Tints of Tawny Port #6C324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

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

R = 46.55%
G = 21.55%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C324A (or 0x6C324A) is known color: Tawny Port. HEX triplet: 6C, 32 and 4A. RGB value is (108,50,74). Sum of RGB (Red+Green+Blue) = 108+50+74=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C324A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C324A is #93CDB5. Grayscale: #464646. Windows color (decimal): -9686454 or 4862572. OLE color: 4862572.

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

Color convert

RGB 108 50 74 -
CMYK 0 0.54 0.31 0.58
HSL 335.17º 0.37% 0.31% -
HSV(B) 335.17º 0.54% 0.42% -
XYZ 8.56 5.96 7.18 -
YUV 70.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 108 50 74 0 0.54 0.31 0.58 335.17 0.37 0.31
Hex 6C 32 4A 0 36 1F 3A 14F 25 1F
Octal 154 62 112 0 66 37 72 517 45 37
Binary 1101100 110010 1001010 0 110110 11111 111010 101001111 100101 11111

Color Harmonies of #6C324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C324A

Black with #6C324A

Text Example


Text Example

White with #6C324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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