Html Css Color HEX #60394B Tawny Port

📋 copy color: '#60394B'

red 96 ◦ green 57 ◦ blue 75

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

Shades of Tawny Port #60394B

Tints of Tawny Port #60394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25%

 BLUE value IS 75 (29.69% from 255) = 32.89%

R = 42.11%
G = 25%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#60394B (or 0x60394B) is known color: Tawny Port. HEX triplet: 60, 39 and 4B. RGB value is (96,57,75). Sum of RGB (Red+Green+Blue) = 96+57+75=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #60394B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60394B is #9FC6B4. Grayscale: #464646. Windows color (decimal): -10471093 or 4929888. OLE color: 4929888.

HSL color Cylindrical-coordinate representation of color #60394B: hue angle of 332.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60394B is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 57 75 -
CMYK 0 0.41 0.22 0.62
HSL 332.31º 0.25% 0.3% -
HSV(B) 332.31º 0.41% 0.38% -
XYZ 7.56 5.92 7.4 -
YUV 70.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 96 57 75 0 0.41 0.22 0.62 332.31 0.25 0.3
Hex 60 39 4B 0 29 16 3E 14C 19 1E
Octal 140 71 113 0 51 26 76 514 31 36
Binary 1100000 111001 1001011 0 101001 10110 111110 101001100 11001 11110

Color Harmonies of #60394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60394B

Black with #60394B

Text Example


Text Example

White with #60394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60394B;
 }
 .AnyTagClassName
 {
   color: #60394B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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