Html Css Color HEX #60374D Tawny Port

📋 copy color: '#60374D'

red 96 ◦ green 55 ◦ blue 77

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

Shades of Tawny Port #60374D

Tints of Tawny Port #60374D

RGB

 RED value IS 96 (37.89% from 255) = 42.11%

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

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

R = 42.11%
G = 24.12%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60374D (or 0x60374D) is known color: Tawny Port. HEX triplet: 60, 37 and 4D. RGB value is (96,55,77). Sum of RGB (Red+Green+Blue) = 96+55+77=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60374D is #9FC8B2. Grayscale: #454545. Windows color (decimal): -10471603 or 5060448. OLE color: 5060448.

HSL color Cylindrical-coordinate representation of color #60374D: hue angle of 327.8º degrees, saturation: 0.27, 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 #60374D is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 55 77 -
CMYK 0 0.43 0.20 0.62
HSL 327.8º 0.27% 0.3% -
HSV(B) 327.8º 0.43% 0.38% -
XYZ 7.53 5.75 7.74 -
YUV 69.77 132.08 146.71 -
System Red Green Blue C M Y K H S L
Decimal 96 55 77 0 0.43 0.20 0.62 327.8 0.27 0.3
Hex 60 37 4D 0 2B 14 3E 148 1B 1E
Octal 140 67 115 0 53 24 76 510 33 36
Binary 1100000 110111 1001101 0 101011 10100 111110 101001000 11011 11110

Color Harmonies of #60374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60374D

Black with #60374D

Text Example


Text Example

White with #60374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,55,77); }

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

background-color css

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

 a { background-color: rgb(96,55,77); }

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

border-color css

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

 span { border-color: rgb(96,55,77); }

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