Html Css Color HEX #603A3F Tawny Port

📋 copy color: '#603A3F'

red 96 ◦ green 58 ◦ blue 63

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

Shades of Tawny Port #603A3F

Tints of Tawny Port #603A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.73%

 BLUE value IS 63 (25% from 255) = 29.03%

R = 44.24%
G = 26.73%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#603A3F (or 0x603A3F) is known color: Tawny Port. HEX triplet: 60, 3A and 3F. RGB value is (96,58,63). Sum of RGB (Red+Green+Blue) = 96+58+63=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 96 - color contains mainly: red. Hex color #603A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603A3F is #9FC5C0. Grayscale: #454545. Windows color (decimal): -10470849 or 4143712. OLE color: 4143712.

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

Color convert

RGB 96 58 63 -
CMYK 0 0.40 0.34 0.62
HSL 352.11º 0.25% 0.3% -
HSV(B) 352.11º 0.4% 0.38% -
XYZ 7.23 5.87 5.45 -
YUV 69.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 96 58 63 0 0.40 0.34 0.62 352.11 0.25 0.3
Hex 60 3A 3F 0 28 22 3E 160 19 1E
Octal 140 72 77 0 50 42 76 540 31 36
Binary 1100000 111010 111111 0 101000 100010 111110 101100000 11001 11110

Color Harmonies of #603A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603A3F

Black with #603A3F

Text Example


Text Example

White with #603A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,58,63); }

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

background-color css

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

 a { background-color: rgb(96,58,63); }

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

border-color css

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

 span { border-color: rgb(96,58,63); }

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