Html Css Color HEX #60364E Tawny Port

📋 copy color: '#60364E'

red 96 ◦ green 54 ◦ blue 78

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

Shades of Tawny Port #60364E

Tints of Tawny Port #60364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 42.11%
G = 23.68%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#60364E (or 0x60364E) is known color: Tawny Port. HEX triplet: 60, 36 and 4E. RGB value is (96,54,78). Sum of RGB (Red+Green+Blue) = 96+54+78=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60364E is #9FC9B1. Grayscale: #454545. Windows color (decimal): -10471858 or 5125728. OLE color: 5125728.

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

Color convert

RGB 96 54 78 -
CMYK 0 0.44 0.19 0.62
HSL 325.71º 0.28% 0.29% -
HSV(B) 325.71º 0.44% 0.38% -
XYZ 7.52 5.68 7.91 -
YUV 69.29 132.91 147.05 -
System Red Green Blue C M Y K H S L
Decimal 96 54 78 0 0.44 0.19 0.62 325.71 0.28 0.29
Hex 60 36 4E 0 2C 13 3E 146 1C 1D
Octal 140 66 116 0 54 23 76 506 34 35
Binary 1100000 110110 1001110 0 101100 10011 111110 101000110 11100 11101

Color Harmonies of #60364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60364E

Black with #60364E

Text Example


Text Example

White with #60364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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