Html Css Color HEX #61374C Tawny Port

📋 copy color: '#61374C'

red 97 ◦ green 55 ◦ blue 76

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

Shades of Tawny Port #61374C

Tints of Tawny Port #61374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 76 (30.08% from 255) = 33.33%

R = 42.54%
G = 24.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#61374C (or 0x61374C) is known color: Tawny Port. HEX triplet: 61, 37 and 4C. RGB value is (97,55,76). Sum of RGB (Red+Green+Blue) = 97+55+76=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61374C is #9EC8B3. Grayscale: #454545. Windows color (decimal): -10406068 or 4994913. OLE color: 4994913.

HSL color Cylindrical-coordinate representation of color #61374C: hue angle of 330º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61374C is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 76 -
CMYK 0 0.43 0.22 0.62
HSL 330º 0.28% 0.3% -
HSV(B) 330º 0.43% 0.38% -
XYZ 7.6 5.8 7.56 -
YUV 69.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 97 55 76 0 0.43 0.22 0.62 330 0.28 0.3
Hex 61 37 4C 0 2B 16 3E 14A 1C 1E
Octal 141 67 114 0 53 26 76 512 34 36
Binary 1100001 110111 1001100 0 101011 10110 111110 101001010 11100 11110

Color Harmonies of #61374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61374C

Black with #61374C

Text Example


Text Example

White with #61374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61374C; }

 p { color: rgb(97,55,76); }

 H1.HeaderClassName
 {
   color: #61374C;
 }
 .AnyTagClassName
 {
   color: #61374C;
 }
</style>

background-color css

<style>
 a { background-color: #61374C; }

 a { background-color: rgb(97,55,76); }

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

border-color css

<style>
 span { border-color: #61374C; }

 span { border-color: rgb(97,55,76); }

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