Html Css Color HEX #6B394D Tawny Port

📋 copy color: '#6B394D'

red 107 ◦ green 57 ◦ blue 77

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

Shades of Tawny Port #6B394D

Tints of Tawny Port #6B394D

RGB

 RED value IS 107 (42.19% from 255) = 44.4%

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 44.4%
G = 23.65%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6B394D (or 0x6B394D) is known color: Tawny Port. HEX triplet: 6B, 39 and 4D. RGB value is (107,57,77). Sum of RGB (Red+Green+Blue) = 107+57+77=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B394D is #94C6B2. Grayscale: #4A4A4A. Windows color (decimal): -9750195 or 5060971. OLE color: 5060971.

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

Color convert

RGB 107 57 77 -
CMYK 0 0.47 0.28 0.58
HSL 336º 0.3% 0.32% -
HSV(B) 336º 0.47% 0.42% -
XYZ 8.87 6.59 7.83 -
YUV 74.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 107 57 77 0 0.47 0.28 0.58 336 0.3 0.32
Hex 6B 39 4D 0 2F 1C 3A 150 1E 20
Octal 153 71 115 0 57 34 72 520 36 40
Binary 1101011 111001 1001101 0 101111 11100 111010 101010000 11110 100000

Color Harmonies of #6B394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B394D

Black with #6B394D

Text Example


Text Example

White with #6B394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,77); }

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

background-color css

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

 a { background-color: rgb(107,57,77); }

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

border-color css

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

 span { border-color: rgb(107,57,77); }

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