#60334D

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

Shades of Tawny Port #60334D

Tints of Tawny Port #60334D

Color information

#60334D (or 0x60334D) is unknown color: approx Tawny Port. HEX triplet: 60, 33 and 4D. RGB value is (96,51,77). Sum of RGB (Red+Green+Blue) = 96+51+77=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #60334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60334D is #9FCCB2. Grayscale: #434343. Windows color (decimal): -10472627 or 5059424. OLE color: 5059424.

HSL color Cylindrical-coordinate representation of color #60334D: hue angle of 325.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60334D is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB965177-
CMYK00.470.200.62
HSL325.33º30.61%28.82%-
HSV(B)325.33º46.88%37.65%-
XYZ7.355.397.67-
YUV67.42133.41148.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 51 (20.31% from 255) = 22.77%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=42.86%
G=22.77%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96517700.470.200.62325.3330.6128.82
Hex60334D02F143E1451f1d
Octal1406311505724765053735
Binary110000011001110011010101111101001111101010001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60334D; }

 p { color: rgb(96,51,77); }

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

<style>
 a { background-color: #60334D; }

 a { background-color: rgb(96,51,77); }

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

<style>
 span { border-color: #60334D; }

 span { border-color: rgb(96,51,77); }

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