Html Css Color HEX #60384B Tawny Port

📋 copy color: '#60384B'

red 96 ◦ green 56 ◦ blue 75

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

Shades of Tawny Port #60384B

Tints of Tawny Port #60384B

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 value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60384B (or 0x60384B) is known color: 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

RGB 96 56 75 -
CMYK 0 0.42 0.22 0.62
HSL 331.5º 0.26% 0.3% -
HSV(B) 331.5º 0.42% 0.38% -
XYZ 7.51 5.82 7.38 -
YUV 70.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 96 56 75 0 0.42 0.22 0.62 331.5 0.26 0.3
Hex 60 38 4B 0 2A 16 3E 14C 1A 1E
Octal 140 70 113 0 52 26 76 514 32 36
Binary 1100000 111000 1001011 0 101010 10110 111110 101001100 11010 11110

Color Harmonies of #60384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60384B

Black with #60384B

Text Example


Text Example

White with #60384B

Text Example


Text Example

HTML Codes & Css Web 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>