Html Css Color HEX #60424C Tawny Port

📋 copy color: '#60424C'

red 96 ◦ green 66 ◦ blue 76

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

Shades of Tawny Port #60424C

Tints of Tawny Port #60424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 40.34%
G = 27.73%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#60424C (or 0x60424C) is known color: Tawny Port. HEX triplet: 60, 42 and 4C. RGB value is (96,66,76). Sum of RGB (Red+Green+Blue) = 96+66+76=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #60424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60424C is #9FBDB3. Grayscale: #4C4C4C. Windows color (decimal): -10468788 or 4997728. OLE color: 4997728.

HSL color Cylindrical-coordinate representation of color #60424C: hue angle of 340º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60424C is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 76 -
CMYK 0 0.31 0.21 0.62
HSL 340º 0.19% 0.32% -
HSV(B) 340º 0.31% 0.38% -
XYZ 8.08 6.91 7.74 -
YUV 76.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 96 66 76 0 0.31 0.21 0.62 340 0.19 0.32
Hex 60 42 4C 0 1F 15 3E 154 13 20
Octal 140 102 114 0 37 25 76 524 23 40
Binary 1100000 1000010 1001100 0 11111 10101 111110 101010100 10011 100000

Color Harmonies of #60424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60424C

Black with #60424C

Text Example


Text Example

White with #60424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60424C; }

 p { color: rgb(96,66,76); }

 H1.HeaderClassName
 {
   color: #60424C;
 }
 .AnyTagClassName
 {
   color: #60424C;
 }
</style>

background-color css

<style>
 a { background-color: #60424C; }

 a { background-color: rgb(96,66,76); }

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

border-color css

<style>
 span { border-color: #60424C; }

 span { border-color: rgb(96,66,76); }

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