Html Css Color HEX #60384A Tawny Port

📋 copy color: '#60384A'

red 96 ◦ green 56 ◦ blue 74

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

Shades of Tawny Port #60384A

Tints of Tawny Port #60384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

 BLUE value IS 74 (29.3% from 255) = 32.74%

R = 42.48%
G = 24.78%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#60384A (or 0x60384A) is known color: Tawny Port. HEX triplet: 60, 38 and 4A. RGB value is (96,56,74). Sum of RGB (Red+Green+Blue) = 96+56+74=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60384A is #9FC7B5. Grayscale: #454545. Windows color (decimal): -10471350 or 4864096. OLE color: 4864096.

HSL color Cylindrical-coordinate representation of color #60384A: hue angle of 333º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60384A is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 74 -
CMYK 0 0.42 0.23 0.62
HSL 333º 0.26% 0.3% -
HSV(B) 333º 0.42% 0.38% -
XYZ 7.47 5.81 7.21 -
YUV 70.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 96 56 74 0 0.42 0.23 0.62 333 0.26 0.3
Hex 60 38 4A 0 2A 17 3E 14D 1A 1E
Octal 140 70 112 0 52 27 76 515 32 36
Binary 1100000 111000 1001010 0 101010 10111 111110 101001101 11010 11110

Color Harmonies of #60384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60384A

Black with #60384A

Text Example


Text Example

White with #60384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60384A; }

 p { color: rgb(96,56,74); }

 H1.HeaderClassName
 {
   color: #60384A;
 }
 .AnyTagClassName
 {
   color: #60384A;
 }
</style>

background-color css

<style>
 a { background-color: #60384A; }

 a { background-color: rgb(96,56,74); }

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

border-color css

<style>
 span { border-color: #60384A; }

 span { border-color: rgb(96,56,74); }

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