Html Css Color HEX #60414D Tawny Port

📋 copy color: '#60414D'

red 96 ◦ green 65 ◦ blue 77

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

Shades of Tawny Port #60414D

Tints of Tawny Port #60414D

RGB

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

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

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

R = 40.34%
G = 27.31%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#60414D (or 0x60414D) is known color: Tawny Port. HEX triplet: 60, 41 and 4D. RGB value is (96,65,77). Sum of RGB (Red+Green+Blue) = 96+65+77=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60414D is #9FBEB2. Grayscale: #4B4B4B. Windows color (decimal): -10469043 or 5063008. OLE color: 5063008.

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

Color convert

RGB 96 65 77 -
CMYK 0 0.32 0.20 0.62
HSL 336.77º 0.19% 0.32% -
HSV(B) 336.77º 0.32% 0.38% -
XYZ 8.05 6.8 7.91 -
YUV 75.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 96 65 77 0 0.32 0.20 0.62 336.77 0.19 0.32
Hex 60 41 4D 0 20 14 3E 151 13 20
Octal 140 101 115 0 40 24 76 521 23 40
Binary 1100000 1000001 1001101 0 100000 10100 111110 101010001 10011 100000

Color Harmonies of #60414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60414D

Black with #60414D

Text Example


Text Example

White with #60414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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