Html Css Color HEX #6B464E Tawny Port

📋 copy color: '#6B464E'

red 107 ◦ green 70 ◦ blue 78

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

Shades of Tawny Port #6B464E

Tints of Tawny Port #6B464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 41.96%
G = 27.45%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B464E (or 0x6B464E) is known color: Tawny Port. HEX triplet: 6B, 46 and 4E. RGB value is (107,70,78). Sum of RGB (Red+Green+Blue) = 107+70+78=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B464E is #94B9B1. Grayscale: #515151. Windows color (decimal): -9746866 or 5129835. OLE color: 5129835.

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

Color convert

RGB 107 70 78 -
CMYK 0 0.35 0.27 0.58
HSL 347.03º 0.21% 0.35% -
HSV(B) 347.03º 0.35% 0.42% -
XYZ 9.63 8.06 8.26 -
YUV 81.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 107 70 78 0 0.35 0.27 0.58 347.03 0.21 0.35
Hex 6B 46 4E 0 23 1B 3A 15B 15 23
Octal 153 106 116 0 43 33 72 533 25 43
Binary 1101011 1000110 1001110 0 100011 11011 111010 101011011 10101 100011

Color Harmonies of #6B464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B464E

Black with #6B464E

Text Example


Text Example

White with #6B464E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,70,78); }

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

background-color css

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

 a { background-color: rgb(107,70,78); }

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

border-color css

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

 span { border-color: rgb(107,70,78); }

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