Html Css Color HEX #60344F Tawny Port

📋 copy color: '#60344F'

red 96 ◦ green 52 ◦ blue 79

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

Shades of Tawny Port #60344F

Tints of Tawny Port #60344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 42.29%
G = 22.91%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60344F (or 0x60344F) is known color: Tawny Port. HEX triplet: 60, 34 and 4F. RGB value is (96,52,79). Sum of RGB (Red+Green+Blue) = 96+52+79=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 96 - color contains mainly: red. Hex color #60344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60344F is #9FCBB0. Grayscale: #444444. Windows color (decimal): -10472369 or 5190752. OLE color: 5190752.

HSL color Cylindrical-coordinate representation of color #60344F: hue angle of 323.18º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60344F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 52 79 -
CMYK 0 0.46 0.18 0.62
HSL 323.18º 0.3% 0.29% -
HSV(B) 323.18º 0.46% 0.38% -
XYZ 7.46 5.51 8.07 -
YUV 68.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 96 52 79 0 0.46 0.18 0.62 323.18 0.3 0.29
Hex 60 34 4F 0 2E 12 3E 143 1E 1D
Octal 140 64 117 0 56 22 76 503 36 35
Binary 1100000 110100 1001111 0 101110 10010 111110 101000011 11110 11101

Color Harmonies of #60344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60344F

Black with #60344F

Text Example


Text Example

White with #60344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60344F; }

 p { color: rgb(96,52,79); }

 H1.HeaderClassName
 {
   color: #60344F;
 }
 .AnyTagClassName
 {
   color: #60344F;
 }
</style>

background-color css

<style>
 a { background-color: #60344F; }

 a { background-color: rgb(96,52,79); }

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

border-color css

<style>
 span { border-color: #60344F; }

 span { border-color: rgb(96,52,79); }

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