Html Css Color HEX #61424D Tawny Port

📋 copy color: '#61424D'

red 97 ◦ green 66 ◦ blue 77

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

Shades of Tawny Port #61424D

Tints of Tawny Port #61424D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 40.42%
G = 27.5%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61424D (or 0x61424D) is known color: Tawny Port. HEX triplet: 61, 42 and 4D. RGB value is (97,66,77). Sum of RGB (Red+Green+Blue) = 97+66+77=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #61424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61424D is #9EBDB2. Grayscale: #4C4C4C. Windows color (decimal): -10403251 or 5063265. OLE color: 5063265.

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

Color convert

RGB 97 66 77 -
CMYK 0 0.32 0.21 0.62
HSL 338.71º 0.19% 0.32% -
HSV(B) 338.71º 0.32% 0.38% -
XYZ 8.22 6.97 7.93 -
YUV 76.52 128.27 142.61 -
System Red Green Blue C M Y K H S L
Decimal 97 66 77 0 0.32 0.21 0.62 338.71 0.19 0.32
Hex 61 42 4D 0 20 15 3E 153 13 20
Octal 141 102 115 0 40 25 76 523 23 40
Binary 1100001 1000010 1001101 0 100000 10101 111110 101010011 10011 100000

Color Harmonies of #61424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61424D

Black with #61424D

Text Example


Text Example

White with #61424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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