Html Css Color HEX #60384C Tawny Port

📋 copy color: '#60384C'

red 96 ◦ green 56 ◦ blue 76

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

Shades of Tawny Port #60384C

Tints of Tawny Port #60384C

RGB

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

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

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

R = 42.11%
G = 24.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60384C (or 0x60384C) is known color: Tawny Port. HEX triplet: 60, 38 and 4C. RGB value is (96,56,76). Sum of RGB (Red+Green+Blue) = 96+56+76=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60384C is #9FC7B3. Grayscale: #464646. Windows color (decimal): -10471348 or 4995168. OLE color: 4995168.

HSL color Cylindrical-coordinate representation of color #60384C: hue angle of 330º 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 #60384C is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 76 -
CMYK 0 0.42 0.21 0.62
HSL 330º 0.26% 0.3% -
HSV(B) 330º 0.42% 0.38% -
XYZ 7.54 5.84 7.57 -
YUV 70.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 96 56 76 0 0.42 0.21 0.62 330 0.26 0.3
Hex 60 38 4C 0 2A 15 3E 14A 1A 1E
Octal 140 70 114 0 52 25 76 512 32 36
Binary 1100000 111000 1001100 0 101010 10101 111110 101001010 11010 11110

Color Harmonies of #60384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60384C

Black with #60384C

Text Example


Text Example

White with #60384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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