Html Css Color HEX #60464E Tawny Port

📋 copy color: '#60464E'

red 96 ◦ green 70 ◦ blue 78

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

Shades of Tawny Port #60464E

Tints of Tawny Port #60464E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.69%

 BLUE value IS 78 (30.86% from 255) = 31.97%

R = 39.34%
G = 28.69%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60464E (or 0x60464E) is known color: Tawny Port. HEX triplet: 60, 46 and 4E. RGB value is (96,70,78). Sum of RGB (Red+Green+Blue) = 96+70+78=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 70 (27.73% from 255 or 28.69% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #60464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60464E is #9FB9B1. Grayscale: #4E4E4E. Windows color (decimal): -10467762 or 5129824. OLE color: 5129824.

HSL color Cylindrical-coordinate representation of color #60464E: hue angle of 341.54º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #60464E is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 78 -
CMYK 0 0.27 0.19 0.62
HSL 341.54º 0.16% 0.33% -
HSV(B) 341.54º 0.27% 0.38% -
XYZ 8.39 7.42 8.2 -
YUV 78.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 96 70 78 0 0.27 0.19 0.62 341.54 0.16 0.33
Hex 60 46 4E 0 1B 13 3E 156 10 21
Octal 140 106 116 0 33 23 76 526 20 41
Binary 1100000 1000110 1001110 0 11011 10011 111110 101010110 10000 100001

Color Harmonies of #60464E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60464E

Black with #60464E

Text Example


Text Example

White with #60464E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60464E; }

 p { color: rgb(96,70,78); }

 H1.HeaderClassName
 {
   color: #60464E;
 }
 .AnyTagClassName
 {
   color: #60464E;
 }
</style>

background-color css

<style>
 a { background-color: #60464E; }

 a { background-color: rgb(96,70,78); }

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

border-color css

<style>
 span { border-color: #60464E; }

 span { border-color: rgb(96,70,78); }

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