Html Css Color HEX #6C384D Tawny Port

📋 copy color: '#6C384D'

red 108 ◦ green 56 ◦ blue 77

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

Shades of Tawny Port #6C384D

Tints of Tawny Port #6C384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 44.81%
G = 23.24%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6C384D (or 0x6C384D) is known color: Tawny Port. HEX triplet: 6C, 38 and 4D. RGB value is (108,56,77). Sum of RGB (Red+Green+Blue) = 108+56+77=241 (31% of max value = 765). Red value is 108 (42.58% from 255 or 44.81% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 108 - color contains mainly: red. Hex color #6C384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C384D is #93C7B2. Grayscale: #494949. Windows color (decimal): -9684915 or 5060716. OLE color: 5060716.

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

Color convert

RGB 108 56 77 -
CMYK 0 0.48 0.29 0.58
HSL 335.77º 0.32% 0.32% -
HSV(B) 335.77º 0.48% 0.42% -
XYZ 8.94 6.55 7.81 -
YUV 73.94 129.73 152.29 -
System Red Green Blue C M Y K H S L
Decimal 108 56 77 0 0.48 0.29 0.58 335.77 0.32 0.32
Hex 6C 38 4D 0 30 1D 3A 150 20 20
Octal 154 70 115 0 60 35 72 520 40 40
Binary 1101100 111000 1001101 0 110000 11101 111010 101010000 100000 100000

Color Harmonies of #6C384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C384D

Black with #6C384D

Text Example


Text Example

White with #6C384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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