Html Css Color HEX #61464E Tawny Port

📋 copy color: '#61464E'

red 97 ◦ green 70 ◦ blue 78

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

Shades of Tawny Port #61464E

Tints of Tawny Port #61464E

RGB

 RED value IS 97 (38.28% from 255) = 39.59%

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

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

R = 39.59%
G = 28.57%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61464E (or 0x61464E) is known color: Tawny Port. HEX triplet: 61, 46 and 4E. RGB value is (97,70,78). Sum of RGB (Red+Green+Blue) = 97+70+78=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #61464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61464E is #9EB9B1. Grayscale: #4E4E4E. Windows color (decimal): -10402226 or 5129825. OLE color: 5129825.

HSL color Cylindrical-coordinate representation of color #61464E: hue angle of 342.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #61464E is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 78 -
CMYK 0 0.28 0.20 0.62
HSL 342.22º 0.16% 0.33% -
HSV(B) 342.22º 0.28% 0.38% -
XYZ 8.5 7.47 8.2 -
YUV 78.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 97 70 78 0 0.28 0.20 0.62 342.22 0.16 0.33
Hex 61 46 4E 0 1C 14 3E 156 10 21
Octal 141 106 116 0 34 24 76 526 20 41
Binary 1100001 1000110 1001110 0 11100 10100 111110 101010110 10000 100001

Color Harmonies of #61464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61464E

Black with #61464E

Text Example


Text Example

White with #61464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61464E; }

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

 H1.HeaderClassName
 {
   color: #61464E;
 }
 .AnyTagClassName
 {
   color: #61464E;
 }
</style>

background-color css

<style>
 a { background-color: #61464E; }

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

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

border-color css

<style>
 span { border-color: #61464E; }

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

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