Html Css Color HEX #61414A Tawny Port

📋 copy color: '#61414A'

red 97 ◦ green 65 ◦ blue 74

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

Shades of Tawny Port #61414A

Tints of Tawny Port #61414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 41.1%
G = 27.54%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61414A (or 0x61414A) is known color: Tawny Port. HEX triplet: 61, 41 and 4A. RGB value is (97,65,74). Sum of RGB (Red+Green+Blue) = 97+65+74=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #61414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61414A is #9EBEB5. Grayscale: #4B4B4B. Windows color (decimal): -10403510 or 4866401. OLE color: 4866401.

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

Color convert

RGB 97 65 74 -
CMYK 0 0.33 0.24 0.62
HSL 343.13º 0.2% 0.32% -
HSV(B) 343.13º 0.33% 0.38% -
XYZ 8.06 6.82 7.37 -
YUV 75.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 97 65 74 0 0.33 0.24 0.62 343.13 0.2 0.32
Hex 61 41 4A 0 21 18 3E 157 14 20
Octal 141 101 112 0 41 30 76 527 24 40
Binary 1100001 1000001 1001010 0 100001 11000 111110 101010111 10100 100000

Color Harmonies of #61414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61414A

Black with #61414A

Text Example


Text Example

White with #61414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61414A; }

 p { color: rgb(97,65,74); }

 H1.HeaderClassName
 {
   color: #61414A;
 }
 .AnyTagClassName
 {
   color: #61414A;
 }
</style>

background-color css

<style>
 a { background-color: #61414A; }

 a { background-color: rgb(97,65,74); }

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

border-color css

<style>
 span { border-color: #61414A; }

 span { border-color: rgb(97,65,74); }

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