Html Css Color HEX #603D4C Tawny Port

📋 copy color: '#603D4C'

red 96 ◦ green 61 ◦ blue 76

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

Shades of Tawny Port #603D4C

Tints of Tawny Port #603D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.18%

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

R = 41.2%
G = 26.18%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#603D4C (or 0x603D4C) is known color: Tawny Port. HEX triplet: 60, 3D and 4C. RGB value is (96,61,76). Sum of RGB (Red+Green+Blue) = 96+61+76=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603D4C is #9FC2B3. Grayscale: #494949. Windows color (decimal): -10470068 or 4996448. OLE color: 4996448.

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

Color convert

RGB 96 61 76 -
CMYK 0 0.36 0.21 0.62
HSL 334.29º 0.22% 0.31% -
HSV(B) 334.29º 0.36% 0.38% -
XYZ 7.8 6.35 7.65 -
YUV 73.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 96 61 76 0 0.36 0.21 0.62 334.29 0.22 0.31
Hex 60 3D 4C 0 24 15 3E 14E 16 1F
Octal 140 75 114 0 44 25 76 516 26 37
Binary 1100000 111101 1001100 0 100100 10101 111110 101001110 10110 11111

Color Harmonies of #603D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D4C

Black with #603D4C

Text Example


Text Example

White with #603D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D4C; }

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

 H1.HeaderClassName
 {
   color: #603D4C;
 }
 .AnyTagClassName
 {
   color: #603D4C;
 }
</style>

background-color css

<style>
 a { background-color: #603D4C; }

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

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

border-color css

<style>
 span { border-color: #603D4C; }

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

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