#60384B

Color #60384B Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #60384B

Tints of Tawny Port #60384B

Color information

#60384B (or 0x60384B) is unknown color: approx Tawny Port. HEX triplet: 60, 38 and 4B. RGB value is (96,56,75). Sum of RGB (Red+Green+Blue) = 96+56+75=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60384B is #9FC7B4. Grayscale: #464646. Windows color (decimal): -10471349 or 4929632. OLE color: 4929632.

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

Color convert

RGB965675-
CMYK00.420.220.62
HSL331.5º26.32%29.8%-
HSV(B)331.5º41.67%37.65%-
XYZ7.515.827.38-
YUV70.13130.75146.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=42.29%
G=24.67%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96567500.420.220.62331.526.3229.8
Hex60384B02A163E14c1a1e
Octal1407011305226765143236
Binary110000011100010010110101010101101111101010011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60384B;
 }
 .AnyTagClassName
 {
   color: #60384B;
 }
</style>
background-color css

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

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

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

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

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

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