Html Css Color HEX #603C48 Tawny Port

📋 copy color: '#603C48'

red 96 ◦ green 60 ◦ blue 72

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

Shades of Tawny Port #603C48

Tints of Tawny Port #603C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.32%

 BLUE value IS 72 (28.52% from 255) = 31.58%

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#603C48 (or 0x603C48) is known color: Tawny Port. HEX triplet: 60, 3C and 48. RGB value is (96,60,72). Sum of RGB (Red+Green+Blue) = 96+60+72=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #603C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603C48 is #9FC3B7. Grayscale: #484848. Windows color (decimal): -10470328 or 4734048. OLE color: 4734048.

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

Color convert

RGB 96 60 72 -
CMYK 0 0.38 0.25 0.62
HSL 340º 0.23% 0.31% -
HSV(B) 340º 0.38% 0.38% -
XYZ 7.61 6.19 6.92 -
YUV 72.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 96 60 72 0 0.38 0.25 0.62 340 0.23 0.31
Hex 60 3C 48 0 26 19 3E 154 17 1F
Octal 140 74 110 0 46 31 76 524 27 37
Binary 1100000 111100 1001000 0 100110 11001 111110 101010100 10111 11111

Color Harmonies of #603C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C48

Black with #603C48

Text Example


Text Example

White with #603C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,60,72); }

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

background-color css

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

 a { background-color: rgb(96,60,72); }

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

border-color css

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

 span { border-color: rgb(96,60,72); }

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