Html Css Color HEX #603145 Tawny Port

📋 copy color: '#603145'

red 96 ◦ green 49 ◦ blue 69

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

Shades of Tawny Port #603145

Tints of Tawny Port #603145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 69 (27.34% from 255) = 32.24%

R = 44.86%
G = 22.9%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#603145 (or 0x603145) is known color: Tawny Port. HEX triplet: 60, 31 and 45. RGB value is (96,49,69). Sum of RGB (Red+Green+Blue) = 96+49+69=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603145 is #9FCEBA. Grayscale: #414141. Windows color (decimal): -10473147 or 4534624. OLE color: 4534624.

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

Color convert

RGB 96 49 69 -
CMYK 0 0.49 0.28 0.62
HSL 334.47º 0.32% 0.28% -
HSV(B) 334.47º 0.49% 0.38% -
XYZ 7 5.11 6.25 -
YUV 65.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 96 49 69 0 0.49 0.28 0.62 334.47 0.32 0.28
Hex 60 31 45 0 31 1C 3E 14E 20 1C
Octal 140 61 105 0 61 34 76 516 40 34
Binary 1100000 110001 1000101 0 110001 11100 111110 101001110 100000 11100

Color Harmonies of #603145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603145

Black with #603145

Text Example


Text Example

White with #603145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603145; }

 p { color: rgb(96,49,69); }

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

background-color css

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

 a { background-color: rgb(96,49,69); }

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

border-color css

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

 span { border-color: rgb(96,49,69); }

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