Html Css Color HEX #61404D Tawny Port

📋 copy color: '#61404D'

red 97 ◦ green 64 ◦ blue 77

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

Shades of Tawny Port #61404D

Tints of Tawny Port #61404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

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

R = 40.76%
G = 26.89%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61404D (or 0x61404D) is known color: Tawny Port. HEX triplet: 61, 40 and 4D. RGB value is (97,64,77). Sum of RGB (Red+Green+Blue) = 97+64+77=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #61404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61404D is #9EBFB2. Grayscale: #4B4B4B. Windows color (decimal): -10403763 or 5062753. OLE color: 5062753.

HSL color Cylindrical-coordinate representation of color #61404D: hue angle of 336.36º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61404D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 77 -
CMYK 0 0.34 0.21 0.62
HSL 336.36º 0.2% 0.32% -
HSV(B) 336.36º 0.34% 0.38% -
XYZ 8.1 6.74 7.9 -
YUV 75.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 97 64 77 0 0.34 0.21 0.62 336.36 0.2 0.32
Hex 61 40 4D 0 22 15 3E 150 14 20
Octal 141 100 115 0 42 25 76 520 24 40
Binary 1100001 1000000 1001101 0 100010 10101 111110 101010000 10100 100000

Color Harmonies of #61404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61404D

Black with #61404D

Text Example


Text Example

White with #61404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61404D; }

 p { color: rgb(97,64,77); }

 H1.HeaderClassName
 {
   color: #61404D;
 }
 .AnyTagClassName
 {
   color: #61404D;
 }
</style>

background-color css

<style>
 a { background-color: #61404D; }

 a { background-color: rgb(97,64,77); }

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

border-color css

<style>
 span { border-color: #61404D; }

 span { border-color: rgb(97,64,77); }

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